Class TickingInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.simibubi.create.foundation.ponder.instruction.TickingInstruction
- Direct Known Subclasses:
AnimateElementInstruction,AnimateTileEntityInstruction,ChaseAABBInstruction,DelayInstruction,EmitParticlesInstruction,FadeInOutInstruction,FadeIntoSceneInstruction,FadeOutOfSceneInstruction,HideAllInstruction,HighlightValueBoxInstruction,LineInstruction,OutlineSelectionInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfirstTick(PonderScene scene) booleanbooleanvoidonScheduled(PonderScene scene) voidreset(PonderScene scene) voidtick(PonderScene scene) Methods inherited from class com.simibubi.create.foundation.ponder.instruction.PonderInstruction
simple
-
Field Details
-
totalTicks
protected int totalTicks -
remainingTicks
protected int remainingTicks
-
-
Constructor Details
-
TickingInstruction
public TickingInstruction(boolean blocking, int ticks)
-
-
Method Details
-
reset
- Overrides:
resetin classPonderInstruction
-
firstTick
-
onScheduled
- Overrides:
onScheduledin classPonderInstruction
-
tick
- Specified by:
tickin classPonderInstruction
-
isComplete
public boolean isComplete()- Specified by:
isCompletein classPonderInstruction
-
isBlocking
public boolean isBlocking()- Overrides:
isBlockingin classPonderInstruction
-