Class LevelTransitionCondition
java.lang.Object
org.rspeer.game.script.scheduler.condition.LevelTransitionCondition
- All Implemented Interfaces:
ScheduleTransitionCondition
-
Constructor Details
-
LevelTransitionCondition
-
-
Method Details
-
getSkill
-
getLevel
public int getLevel() -
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
-