Package zombie.vehicles
Class VehicleManager.VehiclePacket
java.lang.Object
zombie.vehicles.VehicleManager.VehiclePacket
- Enclosing class:
- VehicleManager
public static class VehicleManager.VehiclePacket
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static byte
AddImpulse
static byte
Collide
static byte
Config
static byte
EngineSound
static byte
Enter
static byte
Exit
static byte
PassengerPosition
static byte
Physic
static byte
Remove
static byte
REnter
static byte
ReqestGetFull
static byte
ReqestGetPosition
static byte
RExit
static byte
Sound
static byte
Sound_Crash
static byte
SwichSeat
static byte
Update
-
Constructor Summary
Constructors Constructor Description VehiclePacket()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PassengerPosition
public static final byte PassengerPosition- See Also:
- Constant Field Values
-
Enter
public static final byte Enter- See Also:
- Constant Field Values
-
Exit
public static final byte Exit- See Also:
- Constant Field Values
-
SwichSeat
public static final byte SwichSeat- See Also:
- Constant Field Values
-
Update
public static final byte Update- See Also:
- Constant Field Values
-
REnter
public static final byte REnter- See Also:
- Constant Field Values
-
RExit
public static final byte RExit- See Also:
- Constant Field Values
-
Remove
public static final byte Remove- See Also:
- Constant Field Values
-
Physic
public static final byte Physic- See Also:
- Constant Field Values
-
Config
public static final byte Config- See Also:
- Constant Field Values
-
ReqestGetFull
public static final byte ReqestGetFull- See Also:
- Constant Field Values
-
ReqestGetPosition
public static final byte ReqestGetPosition- See Also:
- Constant Field Values
-
AddImpulse
public static final byte AddImpulse- See Also:
- Constant Field Values
-
EngineSound
public static final byte EngineSound- See Also:
- Constant Field Values
-
Collide
public static final byte Collide- See Also:
- Constant Field Values
-
Sound
public static final byte Sound- See Also:
- Constant Field Values
-
Sound_Crash
public static final byte Sound_Crash- See Also:
- Constant Field Values
-
-
Constructor Details
-
VehiclePacket
public VehiclePacket()
-