Package org.rspeer.game.script.scheduler
Class ScriptSchedule
- java.lang.Object
-
- org.rspeer.game.script.scheduler.ScriptSchedule
-
public class ScriptSchedule extends Object
-
-
Constructor Summary
Constructors Constructor Description ScriptSchedule(String name, boolean repeat, List<TransitionScript> transitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
List<TransitionScript>
getTransitions()
boolean
isRepeat()
String
toString()
-
-
-
Constructor Detail
-
ScriptSchedule
public ScriptSchedule(String name, boolean repeat, List<TransitionScript> transitions)
-
-