General - Block Entity Type (Type) — PacketEventsSK
Addon: PacketEventsSK · Category: Type · Since: 1.1.0 · Usage: trapped chest block entity type, jigsaw block entity type, end gateway block entity type, calibrated sculk sensor block entity type, dropper block entity type, sculk catalyst block entity type, test instance block block entity type, hanging sign block entity type, sign block entity type, trial spawner block entity type, vault block entity type, campfire block entity type, enchanting table block entity type, creaking heart block entity type, smoker block entity type, shelf block entity type, beehive block entity type, jukebox block entity type, furnace block entity type, brewing stand block entity type, decorated pot block entity type, blast furnace block entity type, mob spawner block entity type, command block block entity type, conduit block entity type, dispenser block entity type, beacon block entity type, suspicious sand block entity type, copper golem statue block entity type, bell block entity type, sculk shrieker block entity type, sculk sensor block entity type, structure block block entity type, shulker box block entity type, piston block entity type, barrel block entity type, daylight detector block entity type, lectern block entity type, crafter block entity type, skull block entity type, chest block entity type, test block block entity type, hopper block entity type, comparator block entity type, ender chest block entity type, banner block entity type, end portal block entity type, brushable block block entity type, chiseled bookshelf block entity type, bed 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})