Class PonderInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
- Direct Known Subclasses:
KeyframeInstruction,MarkAsFinishedInstruction,MovePoiInstruction,RotateSceneInstruction,TickingInstruction,WorldModifyInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract booleanvoidonScheduled(PonderScene scene) voidreset(PonderScene scene) static PonderInstructionsimple(Consumer<PonderScene> callback) abstract voidtick(PonderScene scene)
-
Constructor Details
-
PonderInstruction
public PonderInstruction()
-
-
Method Details
-
isBlocking
public boolean isBlocking() -
reset
-
isComplete
public abstract boolean isComplete() -
onScheduled
-
tick
-
simple
-