General - Block Entity Type (Type) — PacketEventsSK
Addon: PacketEventsSK · Category: Type · Since: 1.1.0 · Usage: end gateway block entity type, sculk catalyst block entity type, test instance block block entity type, trial spawner block entity type, campfire block entity type, trapped chest block entity type, jigsaw block entity type, vault block entity type, mob spawner block entity type, hanging sign block entity type, bed block entity type, dropper block entity type, end portal block entity type, enchanting table block entity type, command block block entity type, brewing stand block entity type, test block block entity type, daylight detector block entity type, creaking heart block entity type, shelf block entity type, furnace block entity type, copper golem statue block entity type, chest block entity type, sculk sensor block entity type, structure block block entity type, beehive block entity type, conduit block entity type, lectern block entity type, bell block entity type, suspicious sand block entity type, skull block entity type, sculk shrieker block entity type, shulker box block entity type, decorated pot block entity type, dispenser block entity type, beacon block entity type, blast furnace block entity type, piston block entity type, brushable block block entity type, crafter block entity type, smoker block entity type, jukebox block entity type, chiseled bookshelf block entity type, comparator block entity type, hopper block entity type, banner block entity type, sign block entity type, barrel block entity type, calibrated sculk sensor block entity type, ender chest block entity type
Syntax
blockentitytypeDescription
Represents a type of block entity (e.g. chest, sign, etc.)
Examples
# Snippet from https://github.com/3add/PacketEventsSK/wiki/Examples#sign-exploit
set {_setTextPacket} to a new clientbound block entity data packet:
block position: {_pos}
block entity type: sign block entity type
nbt compound: createSignNBT({_keybind})