Class Hit
java.lang.Object
zombie.network.fields.hit.Hit
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
- Direct Known Subclasses:
VehicleHitField,WeaponHit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanvoidparse(ByteBuffer byteBuffer, UdpConnection var2) voidset(boolean boolean0, float float0, float float1, float float2, float float3) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescriptionMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
Hit
public Hit()
-
-
Method Details
-
set
public void set(boolean boolean0, float float0, float float1, float float2, float float3) -
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getDescription
- Specified by:
getDescriptionin interfaceIDescriptor
-
getDamage
public float getDamage() -
getIgnore
public boolean getIgnore()
-