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.UserlogTypeUserlog.UserlogType.fromIndex(int value) static Userlog.UserlogTypeUserlog.UserlogType.FromString(String str) static Userlog.UserlogTypeReturns 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 TypeMethodDescriptionvoidServerWorldDatabase.addUserlog(String string1, Userlog.UserlogType userlogType, String string2, String string3, int int0)