Class PlayerInjuriesPacket
java.lang.Object
zombie.network.fields.IDShort
zombie.network.fields.character.PlayerID
zombie.network.packets.character.PlayerInjuriesPacket
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
,INetworkPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer var1, UdpConnection var2) void
processClient
(UdpConnection var1) void
void
void
write
(ByteBufferWriter var1) Methods inherited from class zombie.network.fields.character.PlayerID
clear, copy, getPlayer, getPlayerIndex, getX, getY, getZ, isConsistent, toString, write
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, processServer, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
Methods inherited from interface zombie.network.fields.IPositional
isInRange
-
Field Details
-
idleSpeed
public float idleSpeed -
strafeSpeed
public float strafeSpeed -
walkSpeed
public float walkSpeed -
walkInjury
public float walkInjury
-
-
Constructor Details
-
PlayerInjuriesPacket
public PlayerInjuriesPacket()
-
-
Method Details
-
set
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classPlayerID
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classPlayerID
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-