Class Fall
java.lang.Object
zombie.network.fields.hit.Fall
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected float
protected float
protected float
protected byte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection var2) void
process
(IsoGameCharacter isoGameCharacter) void
set
(float float0, float float1, byte byte0, float float2) 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.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
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 float0, float float1, byte byte0, float float2) -
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
process
-