Uses of Enum Class
zombie.network.Userlog.UserlogType
Packages that use Userlog.UserlogType
-
Uses of Userlog.UserlogType in zombie.network
Subclasses with type arguments of type Userlog.UserlogType in zombie.networkMethods in zombie.network that return Userlog.UserlogTypeModifier and TypeMethodDescriptionstatic Userlog.UserlogType
Userlog.UserlogType.fromIndex
(int value) static Userlog.UserlogType
Userlog.UserlogType.FromString
(String str) static Userlog.UserlogType
Returns the enum constant of this class with the specified name.static Userlog.UserlogType[]
Userlog.UserlogType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.network with parameters of type Userlog.UserlogTypeModifier and TypeMethodDescriptionvoid
ServerWorldDatabase.addUserlog
(String username, Userlog.UserlogType type, String text, String issuedBy, int amount)