DeathCombatEventPacket

data class DeathCombatEventPacket(val playerId: Int, val entityId: Int, val message: String) : ClientBoundPacket

Combat Death | 0x34 | play | clientbound

Parameters

playerId

playerId

entityId

entityId

message

message

See also

Constructors

Link copied to clipboard
constructor(playerId: Int, entityId: Int, message: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard