Package zombie.network
Class PacketTypes
java.lang.Object
zombie.network.PacketTypes
public class PacketTypes
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PacketTypes.CallbackClientProcess
static interface
PacketTypes.CallbackServerProcess
static class
PacketTypes.PacketType
-
Field Summary
Fields Modifier and Type Field Description static short
ContainerDeadBody
static short
ContainerObject
static short
ContainerVehicle
static short
ContainerWorldObject
static java.util.Map
packetTypes
static short
SteamGeneric_ProfileName
-
Constructor Summary
Constructors Constructor Description PacketTypes()
-
Method Summary
Modifier and Type Method Description static void
doPingPacket(ByteBufferWriter byteBufferWriter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SteamGeneric_ProfileName
public static final short SteamGeneric_ProfileName- See Also:
- Constant Field Values
-
ContainerDeadBody
public static final short ContainerDeadBody- See Also:
- Constant Field Values
-
ContainerWorldObject
public static final short ContainerWorldObject- See Also:
- Constant Field Values
-
ContainerObject
public static final short ContainerObject- See Also:
- Constant Field Values
-
ContainerVehicle
public static final short ContainerVehicle- See Also:
- Constant Field Values
-
packetTypes
public static final java.util.Map packetTypes
-
-
Constructor Details
-
PacketTypes
public PacketTypes()
-
-
Method Details
-
doPingPacket
-