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 short0, float float3, float float4, float float5, float float0, float float1, float float2, NetworkVariables.PredictionTypes predictionTypes) -
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