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

    Fields
    Modifier and Type
    Field
    Description
    protected 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    CreateFishingHookInstruction(com.simibubi.create.foundation.ponder.ElementLink<com.simibubi.create.foundation.ponder.element.EntityElement> playerElementLink)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    boolean
     
    void
    tick(com.simibubi.create.foundation.ponder.PonderScene scene)
     

    Methods inherited from class com.simibubi.create.foundation.ponder.instruction.PonderInstruction

    isBlocking, onScheduled, reset, simple

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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:
      isComplete in class com.simibubi.create.foundation.ponder.instruction.PonderInstruction
    • tick

      public void tick(com.simibubi.create.foundation.ponder.PonderScene scene)
      Specified by:
      tick in class com.simibubi.create.foundation.ponder.instruction.PonderInstruction