Class DeadPlayerPacket
java.lang.Object
zombie.network.fields.Position
zombie.network.packets.character.DeadCharacterPacket
zombie.network.packets.character.DeadPlayerPacket
- All Implemented Interfaces:
INetworkPacketField, IPositional, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidparse(ByteBuffer b, UdpConnection connection) voidMethods inherited from class DeadCharacterPacket
isConsistent, postpone, processClient, setDataMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
parseClient, parseClientLoading, parseServer, postpone, processClient, processClientLoading, processServer, sendToClient, sendToClients, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistentMethods inherited from interface IPositional
isInRange
-
Constructor Details
-
DeadPlayerPacket
public DeadPlayerPacket()
-
-
Method Details
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classDeadCharacterPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classDeadCharacterPacket
-
isPostponed
public boolean isPostponed()- Specified by:
isPostponedin interfaceINetworkPacket- Overrides:
isPostponedin classDeadCharacterPacket
-