Uses of Enum Class
zombie.network.NetworkVariables.PredictionTypes
Packages that use NetworkVariables.PredictionTypes
-
Uses of NetworkVariables.PredictionTypes in zombie.characters
Fields in zombie.characters declared as NetworkVariables.PredictionTypesConstructors in zombie.characters with parameters of type NetworkVariables.PredictionTypesModifierConstructorDescriptionNetworkTeleportDebug
(short _id, float _lx, float _ly, float _lz, float _nx, float _ny, float _nz, NetworkVariables.PredictionTypes _type) -
Uses of NetworkVariables.PredictionTypes in zombie.network
Subclasses with type arguments of type NetworkVariables.PredictionTypes in zombie.networkMethods in zombie.network that return NetworkVariables.PredictionTypesModifier and TypeMethodDescriptionNetworkVariables.PredictionTypes.fromByte
(byte moveType) Returns the enum constant of this class with the specified name.static NetworkVariables.PredictionTypes[]
NetworkVariables.PredictionTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NetworkVariables.PredictionTypes in zombie.network.packets.character
Fields in zombie.network.packets.character declared as NetworkVariables.PredictionTypes