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 interfacePacketTypes.CallbackClientProcessstatic interfacePacketTypes.CallbackServerProcessstatic classPacketTypes.PacketType -
Field Summary
Fields Modifier and Type Field Description static shortContainerDeadBodystatic shortContainerObjectstatic shortContainerVehiclestatic shortContainerWorldObjectstatic java.util.MappacketTypesstatic shortSteamGeneric_ProfileName -
Constructor Summary
Constructors Constructor Description PacketTypes() -
Method Summary
Modifier and Type Method Description static voiddoPingPacket(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
-