Class CreateParrotInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.simibubi.create.foundation.ponder.instruction.TickingInstruction
com.simibubi.create.foundation.ponder.instruction.FadeIntoSceneInstruction<ParrotElement>
com.simibubi.create.foundation.ponder.instruction.CreateParrotInstruction
-
Field Summary
Fields inherited from class com.simibubi.create.foundation.ponder.instruction.FadeIntoSceneInstruction
element, fadeInFromFields inherited from class com.simibubi.create.foundation.ponder.instruction.TickingInstruction
remainingTicks, totalTicks -
Constructor Summary
ConstructorsConstructorDescriptionCreateParrotInstruction(int fadeInTicks, net.minecraft.core.Direction fadeInFrom, ParrotElement element) -
Method Summary
Methods inherited from class com.simibubi.create.foundation.ponder.instruction.FadeIntoSceneInstruction
createLink, 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
-
CreateParrotInstruction
public CreateParrotInstruction(int fadeInTicks, net.minecraft.core.Direction fadeInFrom, ParrotElement element)
-
-
Method Details
-
getElementClass
- Specified by:
getElementClassin classFadeIntoSceneInstruction<ParrotElement>
-