Package zombie.network.packets
Class PlayerID
java.lang.Object
zombie.network.packets.hit.Instance
zombie.network.packets.PlayerID
- All Implemented Interfaces:
- INetworkPacket
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidparsePlayer(UdpConnection udpConnection) voidvoidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.INetworkPacketgetPacketSizeBytes, log
- 
Field Details- 
player
- 
playerIndexprotected byte playerIndex
 
- 
- 
Constructor Details- 
PlayerIDpublic PlayerID()
 
- 
- 
Method Details- 
set
- 
parsePlayer
- 
parse- Specified by:
- parsein interface- INetworkPacket
- Overrides:
- parsein class- Instance
 
- 
write- Specified by:
- writein interface- INetworkPacket
- Overrides:
- writein class- Instance
 
- 
isConsistentpublic boolean isConsistent()- Specified by:
- isConsistentin interface- INetworkPacket
- Overrides:
- isConsistentin class- Instance
 
- 
getDescription- Specified by:
- getDescriptionin interface- INetworkPacket
- Overrides:
- getDescriptionin class- Instance
 
- 
getCharacter
 
-