Class AnimalUpdateUnreliablePacket
java.lang.Object
zombie.network.packets.character.AnimalUpdatePacket
zombie.network.packets.character.AnimalUpdateUnreliablePacket
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
,INetworkPacket
-
Field Summary
Fields inherited from class zombie.network.packets.character.AnimalUpdatePacket
requested, updated
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.network.packets.character.AnimalUpdatePacket
getRequested, getUpdated, parse, processClient, processServer, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
parseClient, parseClientLoading, parseServer, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync, tryProcessInternal
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
AnimalUpdateUnreliablePacket
public AnimalUpdateUnreliablePacket()
-