packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.packets.v1_19_3.play.clientbound
/
EndCombatEventPacket
End
Combat
Event
Packet
data
class
EndCombatEventPacket
(
val
duration
:
Int
,
val
entityId
:
Int
)
:
ClientBoundPacket
End Combat | 0x32 | play | clientbound
Parameters
duration
duration
entity
Id
entityId
See also
https://wiki.vg/Protocol#End_Combat
Members
Constructors
End
Combat
Event
Packet
Link copied to clipboard
constructor
(
duration
:
Int
,
entityId
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
:
PacketSerializer
<
EndCombatEventPacket
>
Properties
duration
Link copied to clipboard
val
duration
:
Int
entity
Id
Link copied to clipboard
val
entityId
:
Int