EntityStatusPacket

data class EntityStatusPacket(val entityId: Int, val entityStatus: Byte) : ClientBoundPacket

Entity Event | 0x19 | play | clientbound

Parameters

entityId

entityId

entityStatus

entityStatus

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, entityStatus: Byte)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard