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()
Duration
getDelay()
Duration
getDuration()
Instant
getEndTime()
String
getName()
Instant
getStartTime()
boolean
isActive()
boolean
isFinished()
boolean
isNone()
void
next()
boolean
repeats()
String
toString()
-
-
-
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()
-
-