Represents a packet that is sent when entities need to be destroyed/removed from the world
Packet
getEntityIDs(): number[]
number
Gets an array of entity IDs that should be destroyed
Returns
number[]
Array of entity IDs to be destroyed
getPacketID(): string
string
Get the ID of the packet.
The ID of the packet.
Inherited from
Packet.getPacketID
getPacketID
Last updated 3 months ago