Class ShowInputInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.simibubi.create.foundation.ponder.instruction.TickingInstruction
com.simibubi.create.foundation.ponder.instruction.FadeInOutInstruction
com.simibubi.create.foundation.ponder.instruction.ShowInputInstruction
-
Field Summary
Fields inherited from class com.simibubi.create.foundation.ponder.instruction.FadeInOutInstruction
fadeTimeFields inherited from class com.simibubi.create.foundation.ponder.instruction.TickingInstruction
remainingTicks, totalTicks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyFade(PonderScene scene, float fade) protected voidhide(PonderScene scene) protected voidshow(PonderScene scene) Methods inherited from class com.simibubi.create.foundation.ponder.instruction.FadeInOutInstruction
firstTick, tickMethods inherited from class com.simibubi.create.foundation.ponder.instruction.TickingInstruction
isBlocking, isComplete, onScheduled, resetMethods inherited from class com.simibubi.create.foundation.ponder.instruction.PonderInstruction
simple
-
Constructor Details
-
ShowInputInstruction
-
-
Method Details
-
show
- Specified by:
showin classFadeInOutInstruction
-
hide
- Specified by:
hidein classFadeInOutInstruction
-
applyFade
- Specified by:
applyFadein classFadeInOutInstruction
-