Class TileEntityDataInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.simibubi.create.foundation.ponder.instruction.WorldModifyInstruction
com.simibubi.create.foundation.ponder.instruction.TileEntityDataInstruction
-
Constructor Summary
ConstructorsConstructorDescriptionTileEntityDataInstruction(Selection selection, Class<? extends net.minecraft.world.level.block.entity.BlockEntity> type, UnaryOperator<net.minecraft.nbt.CompoundTag> data, boolean redraw) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected voidrunModification(Selection selection, PonderScene scene) Methods inherited from class com.simibubi.create.foundation.ponder.instruction.WorldModifyInstruction
isComplete, tickMethods inherited from class com.simibubi.create.foundation.ponder.instruction.PonderInstruction
isBlocking, onScheduled, reset, simple
-
Constructor Details
-
TileEntityDataInstruction
public TileEntityDataInstruction(Selection selection, Class<? extends net.minecraft.world.level.block.entity.BlockEntity> type, UnaryOperator<net.minecraft.nbt.CompoundTag> data, boolean redraw)
-
-
Method Details
-
runModification
- Specified by:
runModificationin classWorldModifyInstruction
-
needsRedraw
protected boolean needsRedraw()- Specified by:
needsRedrawin classWorldModifyInstruction
-