public class TileEntityDataInstruction extends WorldModifyInstruction
| Constructor and Description |
|---|
TileEntityDataInstruction(Selection selection,
java.lang.Class<? extends net.minecraft.tileentity.TileEntity> type,
java.util.function.UnaryOperator<net.minecraft.nbt.CompoundNBT> data,
boolean redraw) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
needsRedraw() |
protected void |
runModification(Selection selection,
PonderScene scene) |
isComplete, tickisBlocking, onScheduled, reset, simplepublic TileEntityDataInstruction(Selection selection, java.lang.Class<? extends net.minecraft.tileentity.TileEntity> type, java.util.function.UnaryOperator<net.minecraft.nbt.CompoundNBT> data, boolean redraw)
protected void runModification(Selection selection, PonderScene scene)
runModification in class WorldModifyInstructionprotected boolean needsRedraw()
needsRedraw in class WorldModifyInstruction