Package zombie.vehicles
Class BaseVehicle.ServerVehicleState
java.lang.Object
zombie.vehicles.BaseVehicle.ServerVehicleState
- Enclosing class:
- BaseVehicle
public static final class BaseVehicle.ServerVehicleState
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description shortflagsbytenetPlayerAuthorizationintnetPlayerIdQuaternionforientfloatxfloatyfloatz -
Constructor Summary
Constructors Constructor Description ServerVehicleState() -
Method Summary
Modifier and Type Method Description voidsetAuthorization(BaseVehicle baseVehicle)booleanshouldSend(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
-