Class CreateFishingHookInstruction
java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.petrolpark.client.ponder.instruction.CreateFishingHookInstruction
public class CreateFishingHookInstruction
extends com.simibubi.create.foundation.ponder.instruction.PonderInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement>protected final com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreateFishingHookInstruction(com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> playerElementLink) -
Method Summary
Modifier and TypeMethodDescriptionstatic com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement>add(com.simibubi.create.foundation.ponder.SceneBuilder scene, com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> player) booleanvoidtick(com.simibubi.create.foundation.ponder.PonderScene scene) Methods inherited from class com.simibubi.create.foundation.ponder.instruction.PonderInstruction
isBlocking, onScheduled, reset, simple
-
Field Details
-
playerElementLink
protected final com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> playerElementLink -
hookElementLink
protected final com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> hookElementLink
-
-
Constructor Details
-
CreateFishingHookInstruction
protected CreateFishingHookInstruction(com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> playerElementLink)
-
-
Method Details
-
add
public static com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> add(com.simibubi.create.foundation.ponder.SceneBuilder scene, com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> player) -
isComplete
public boolean isComplete()- Specified by:
isCompletein classcom.simibubi.create.foundation.ponder.instruction.PonderInstruction
-
tick
public void tick(com.simibubi.create.foundation.ponder.PonderScene scene) - Specified by:
tickin classcom.simibubi.create.foundation.ponder.instruction.PonderInstruction
-