Package org.rspeer.game.script.component
Class Break
- java.lang.Object
-
- org.rspeer.game.script.component.Break
-
public class Break extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<Duration,Duration>getBaseDelay()Pair<Duration,Duration>getBaseDuration()DurationgetDelay()DurationgetDuration()InstantgetEndTime()StringgetName()InstantgetStartTime()booleanisActive()booleanisFinished()booleanisNone()voidnext()booleanrepeats()StringtoString()
-
-
-
Field Detail
-
NONE
public static final Break NONE
-
-
Method Detail
-
isNone
public boolean isNone()
-
getName
public String getName()
-
repeats
public boolean repeats()
-
next
public void next()
-
getDuration
public Duration getDuration()
-
getDelay
public Duration getDelay()
-
getStartTime
public Instant getStartTime()
-
getEndTime
public Instant getEndTime()
-
isActive
public boolean isActive()
-
isFinished
public boolean isFinished()
-
-