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 classCounterTurnLevelclassListTurnLevelFields in VASSAL.build.module.turn with type parameters of type TurnLevel Modifier and Type Field Description protected List<TurnLevel>TurnComponent. levelsMethods in VASSAL.build.module.turn that return TurnLevel Modifier and Type Method Description protected TurnLevelTurnComponent. 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 voidTurnComponent. addLevel(TurnLevel t)voidTurnComponent. removeLevel(TurnLevel t)