Class HighlightTagInstruction

java.lang.Object
com.simibubi.create.foundation.ponder.instruction.PonderInstruction
com.simibubi.create.foundation.ponder.instruction.TickingInstruction
com.petrolpark.client.ponder.instruction.HighlightTagInstruction

public class HighlightTagInstruction extends com.simibubi.create.foundation.ponder.instruction.TickingInstruction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Set<com.simibubi.create.foundation.ponder.PonderTag>
     
    final com.simibubi.create.foundation.ponder.PonderTag
     

    Fields inherited from class com.simibubi.create.foundation.ponder.instruction.TickingInstruction

    remainingTicks, totalTicks
  • Constructor Summary

    Constructors
    Constructor
    Description
    HighlightTagInstruction(com.simibubi.create.foundation.ponder.PonderTag tag, int duration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tick(com.simibubi.create.foundation.ponder.PonderScene scene)
     

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

    firstTick, isBlocking, isComplete, onScheduled, reset

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

    simple

    Methods inherited from class java.lang.Object

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

    • highlightedTags

      public static final Set<com.simibubi.create.foundation.ponder.PonderTag> highlightedTags
    • tag

      public final com.simibubi.create.foundation.ponder.PonderTag tag
  • Constructor Details

    • HighlightTagInstruction

      public HighlightTagInstruction(com.simibubi.create.foundation.ponder.PonderTag tag, int duration)
  • Method Details

    • tick

      public void tick(com.simibubi.create.foundation.ponder.PonderScene scene)
      Overrides:
      tick in class com.simibubi.create.foundation.ponder.instruction.TickingInstruction