Package zombie.network.packets.hit
Class Fall
java.lang.Object
zombie.network.packets.hit.Fall
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Modifier and TypeFieldDescriptionprotected float
protected float
protected float
protected byte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process
(IsoGameCharacter gameCharacter) void
set
(float float1, float float2, byte byte1, float float3) void
set
(HitReactionNetworkAI hitReactionNetworkAI) void
write
(ByteBufferWriter byteBufferWriter) 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.INetworkPacket
getPacketSizeBytes, isConsistent, log
-
Field Details
-
dropPositionX
protected float dropPositionX -
dropPositionY
protected float dropPositionY -
dropPositionZ
protected byte dropPositionZ -
dropDirection
protected float dropDirection
-
-
Constructor Details
-
Fall
public Fall()
-
-
Method Details
-
set
-
set
public void set(float float1, float float2, byte byte1, float float3) -
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-
process
-