EntityDestroyPacket

data class EntityDestroyPacket(val entityIds: List<Int>) : ClientBoundPacket

Remove Entities | 0x3a | play | clientbound

Parameters

entityIds

entityIds

See also

Constructors

Link copied to clipboard
constructor(entityIds: List<Int>)

Types

Link copied to clipboard

Properties

Link copied to clipboard