Class SyncPlayerFieldsPacket
java.lang.Object
zombie.network.packets.SyncPlayerFieldsPacket
- All Implemented Interfaces:
INetworkPacketField,IDescriptor,INetworkPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer var1, UdpConnection var2) voidwrite(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, processServer, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
PF_Recipes
public static final byte PF_Recipes- See Also:
-
PF_Traits
public static final byte PF_Traits- See Also:
-
PF_AlreadyReadBook
public static final byte PF_AlreadyReadBook- See Also:
-
PF_BodyDamage
public static final byte PF_BodyDamage- See Also:
-
PF_Reading
public static final byte PF_Reading- See Also:
-
PF_Count
public static final byte PF_Count- See Also:
-
-
Constructor Details
-
SyncPlayerFieldsPacket
public SyncPlayerFieldsPacket()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-