Package zombie.network
Class PacketTypesShort
java.lang.Object
zombie.network.PacketTypesShort
public class PacketTypesShort
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static short
PlayerListensChannel
static short
RadioDeviceDataState
static short
RadioDeviceState
static short
RadioDeviceTurnedOnState
static short
RadioServerData
static short
SyncCustomLightSettings
static short
WaveSignal
-
Constructor Summary
Constructors Constructor Description PacketTypesShort()
-
Method Summary
Modifier and Type Method Description static void
doPacket(short short1, ByteBufferWriter byteBufferWriter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
WaveSignal
public static final short WaveSignal- See Also:
- Constant Field Values
-
PlayerListensChannel
public static final short PlayerListensChannel- See Also:
- Constant Field Values
-
RadioServerData
public static final short RadioServerData- See Also:
- Constant Field Values
-
RadioDeviceTurnedOnState
public static final short RadioDeviceTurnedOnState- See Also:
- Constant Field Values
-
RadioDeviceDataState
public static final short RadioDeviceDataState- See Also:
- Constant Field Values
-
RadioDeviceState
public static final short RadioDeviceState- See Also:
- Constant Field Values
-
SyncCustomLightSettings
public static final short SyncCustomLightSettings- See Also:
- Constant Field Values
-
-
Constructor Details
-
PacketTypesShort
public PacketTypesShort()
-
-
Method Details
-
doPacket
-