ClientboundSetEntityDataPacketEvent

class ClientboundSetEntityDataPacketEvent(player: Player, packet: ClientboundSetEntityDataPacket) : PlayerPacketEvent<ClientboundSetEntityDataPacket>

Constructors

Link copied to clipboard
constructor(player: Player, packet: ClientboundSetEntityDataPacket)

Properties

Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
var packedItems: MutableList<SynchedEntityData.DataValue<*>>
Link copied to clipboard
var packet: ClientboundSetEntityDataPacket
Link copied to clipboard
val player: Player