Class WeaponHit
java.lang.Object
zombie.network.fields.hit.Hit
zombie.network.fields.hit.WeaponHit
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process
(IsoGameCharacter character1, IsoGameCharacter character0, HandWeapon weapon) void
set
(boolean boolean0, float float0, float float4, float float1, float float2, float float3, boolean boolean1) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.network.fields.hit.Hit
getDamage, getDescription, set
Methods inherited from class java.lang.Object
equals, 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
-
Constructor Details
-
WeaponHit
public WeaponHit()
-
-
Method Details
-
set
public void set(boolean boolean0, float float0, float float4, float float1, float float2, float float3, boolean boolean1) -
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classHit
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classHit
-
process
-