Class Break

java.lang.Object
org.rspeer.game.script.component.Break

public class Break extends Object
  • Field Details

    • NONE

      public static final Break NONE
  • Constructor Details

  • Method Details

    • isNone

      public boolean isNone()
    • getName

      public String getName()
    • repeats

      public boolean repeats()
    • getScheduleMode

      public Break.ScheduleMode getScheduleMode()
    • isFixedTime

      public boolean isFixedTime()
    • getFixedStartTime

      public LocalTime getFixedStartTime()
    • getFixedZone

      public ZoneId getFixedZone()
    • withName

      public Break withName(String name)
    • withRepeat

      public Break withRepeat(boolean repeat)
    • next

      public void next()
    • getDuration

      public Duration getDuration()
    • getDelay

      public Duration getDelay()
    • getBaseDuration

      public org.rspeer.commons.Pair<Duration,Duration> getBaseDuration()
    • getBaseDelay

      public org.rspeer.commons.Pair<Duration,Duration> getBaseDelay()
    • getStartTime

      public Instant getStartTime()
    • getEndTime

      public Instant getEndTime()
    • isActive

      public boolean isActive()
    • isFinished

      public boolean isFinished()
    • toString

      public String toString()
      Overrides:
      toString in class Object