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.Type
Returns 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 boolean
NetworkTeleport.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)