Class Prediction

java.lang.Object
zombie.network.fields.character.Prediction
All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket

public class Prediction extends Object implements INetworkPacket
  • Field Details

    • type

      public byte type
    • x

      public float x
    • y

      public float y
    • z

      public byte z
    • direction

      public float direction
    • moveDirection

      public float moveDirection
    • speed

      public float speed
    • distance

      public byte distance
    • position

      public final Vector3 position
    • predictLeft

      public float predictLeft
    • DISTANCE_SCALE

      public static final float DISTANCE_SCALE
      See Also:
  • Constructor Details

    • Prediction

      public Prediction()
  • Method Details