Uses of Class
VASSAL.build.module.turn.TurnLevel
Package | Description |
---|---|
VASSAL.build.module.turn |
-
Uses of TurnLevel in VASSAL.build.module.turn
Subclasses of TurnLevel in VASSAL.build.module.turn Modifier and Type Class Description class
CounterTurnLevel
class
ListTurnLevel
Fields in VASSAL.build.module.turn with type parameters of type TurnLevel Modifier and Type Field Description protected List<TurnLevel>
TurnComponent. levels
Methods in VASSAL.build.module.turn that return TurnLevel Modifier and Type Method Description protected TurnLevel
TurnComponent. getTurnLevel(int i)
Methods in VASSAL.build.module.turn that return types with arguments of type TurnLevel Modifier and Type Method Description List<TurnLevel>
TurnLevel. getActiveChildLevels()
protected List<TurnLevel>
TurnTracker. getActiveChildLevels()
A list of all active TurnLevels within the TurnTrackerIterator<TurnLevel>
TurnComponent. getTurnLevels()
Methods in VASSAL.build.module.turn with parameters of type TurnLevel Modifier and Type Method Description void
TurnComponent. addLevel(TurnLevel t)
void
TurnComponent. removeLevel(TurnLevel t)