Class CreateParrotInstruction
java.lang.Object
net.createmod.ponder.foundation.instruction.PonderInstruction
net.createmod.ponder.foundation.instruction.TickingInstruction
net.createmod.ponder.foundation.instruction.FadeIntoSceneInstruction<ParrotElement>
net.createmod.ponder.foundation.instruction.CreateParrotInstruction
-
Field Summary
Fields inherited from class net.createmod.ponder.foundation.instruction.FadeIntoSceneInstruction
element, fadeInFromFields inherited from class net.createmod.ponder.foundation.instruction.TickingInstruction
remainingTicks, totalTicks -
Constructor Summary
ConstructorsConstructorDescriptionCreateParrotInstruction(int fadeInTicks, net.minecraft.core.Direction fadeInFrom, ParrotElement element) -
Method Summary
Methods inherited from class net.createmod.ponder.foundation.instruction.FadeIntoSceneInstruction
createLink, firstTick, tickMethods inherited from class net.createmod.ponder.foundation.instruction.TickingInstruction
isBlocking, isComplete, onScheduled, resetMethods inherited from class net.createmod.ponder.foundation.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>
-