Class RuntimeTransitionCondition
java.lang.Object
org.rspeer.game.script.scheduler.condition.RuntimeTransitionCondition
- All Implemented Interfaces:
ScheduleTransitionCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanvoidjust a callback to reset statetoString()
-
Constructor Details
-
RuntimeTransitionCondition
public RuntimeTransitionCondition(long minimum, long maximum)
-
-
Method Details
-
getMinimum
public long getMinimum() -
getMaximum
public long getMaximum() -
isPendingStop
public boolean isPendingStop()- Specified by:
isPendingStopin interfaceScheduleTransitionCondition- Returns:
- pending stop or transition to the next script in the list
-
onTransition
public void onTransition()Description copied from interface:ScheduleTransitionConditionjust a callback to reset state- Specified by:
onTransitionin interfaceScheduleTransitionCondition
-
toString
-