Class BlockStateBlock

java.lang.Object
ch.njol.skript.util.BlockStateBlock
All Implemented Interfaces:
net.kyori.adventure.translation.Translatable, Block, Metadatable, Translatable
Direct Known Subclasses:
BlockInventoryHolder

public class BlockStateBlock extends Object implements Block
A block that gets all data from a BlockState, and either reflects changes on the BlockState or delays them to the real block by 1 tick depending on which constructor is used.