Class BaseVehicle.ServerVehicleState

java.lang.Object
zombie.vehicles.BaseVehicle.ServerVehicleState
Enclosing class:
BaseVehicle

public static class BaseVehicle.ServerVehicleState
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    short flags  
    Quaternionf orient  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    ServerVehicleState()  
  • Method Summary

    Modifier and Type Method Description
    boolean shouldSend​(BaseVehicle vehicle)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public float x
    • y

      public float y
    • z

      public float z
    • orient

      public Quaternionf orient
    • flags

      public short flags
  • Constructor Details

    • ServerVehicleState

      public ServerVehicleState()
  • Method Details

    • shouldSend

      public boolean shouldSend​(BaseVehicle vehicle)