Class DelayedChangeBlock

java.lang.Object
ch.njol.skript.util.DelayedChangeBlock
All Implemented Interfaces:
net.kyori.adventure.translation.Translatable, Block, Metadatable, Translatable

public class DelayedChangeBlock extends Object implements Block
A block that gets all data from the world, but either delays any changes by 1 tick of reflects them on a given BlockState depending on which constructor is used.