Class DebugStoryPacket
java.lang.Object
zombie.network.packets.world.DebugStoryPacket
- All Implemented Interfaces:
INetworkPacketField,IDescriptor,INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(UdpConnection var1) voidparse(ByteBuffer var1, UdpConnection var2) voidprocessServer(PacketTypes.PacketType var1, UdpConnection var2) voidvoidwrite(ByteBufferWriter var1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClient, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, syncMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
DebugStoryPacket
public DebugStoryPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-