Uses of Enum Class
zombie.characters.NetworkTeleport.Type
Packages that use NetworkTeleport.Type
-
Uses of NetworkTeleport.Type in zombie.characters
Subclasses with type arguments of type NetworkTeleport.Type in zombie.charactersMethods in zombie.characters that return NetworkTeleport.TypeModifier and TypeMethodDescriptionstatic NetworkTeleport.TypeReturns the enum constant of this class with the specified name.static NetworkTeleport.Type[]NetworkTeleport.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.characters with parameters of type NetworkTeleport.TypeModifier and TypeMethodDescriptionstatic booleanNetworkTeleport.teleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) Constructors in zombie.characters with parameters of type NetworkTeleport.TypeModifierConstructorDescriptionNetworkTeleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration)