Package zombie.network.packets.hit
Class WeaponHit
java.lang.Object
zombie.network.packets.hit.Hit
zombie.network.packets.hit.WeaponHit
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Fields inherited from class zombie.network.packets.hit.Hit
damage, hitDirectionX, hitDirectionY, hitForce, ignore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
set
(boolean boolean1, float float1, float float2, float float3, float float4, float float5, boolean boolean2) 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
-
range
protected float range -
hitHead
protected boolean hitHead
-
-
Constructor Details
-
WeaponHit
public WeaponHit()
-
-
Method Details
-
set
public void set(boolean boolean1, float float1, float float2, float float3, float float4, float float5, boolean boolean2) -
parse
- Specified by:
parse
in interfaceINetworkPacket
- Overrides:
parse
in classHit
-
write
- Specified by:
write
in interfaceINetworkPacket
- Overrides:
write
in classHit
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
- Overrides:
getDescription
in classHit
-