Package zombie.vehicles
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
byte
netPlayerAuthorization
int
netPlayerId
Quaternionf
orient
float
x
float
y
float
z
-
Constructor Summary
Constructors Constructor Description ServerVehicleState()
-
Method Summary
Modifier and Type Method Description void
setAuthorization(BaseVehicle baseVehicle)
boolean
shouldSend(BaseVehicle baseVehicle)
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
-
flags
public short flags -
netPlayerAuthorization
public byte netPlayerAuthorization -
netPlayerId
public int netPlayerId
-
-
Constructor Details
-
ServerVehicleState
public ServerVehicleState()
-
-
Method Details
-
setAuthorization
-
shouldSend
-