Package zombie.network.packets.hit
Class Fall
java.lang.Object
zombie.network.packets.hit.Fall
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected floatprotected floatprotected byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess(IsoGameCharacter gameCharacter) voidset(float float1, float float2, byte byte1, float float3) voidset(HitReactionNetworkAI hitReactionNetworkAI) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-
process
-