Package VASSAL.tools.imports.adc2
Class ADC2Module.Player
java.lang.Object
VASSAL.tools.imports.adc2.ADC2Module.Player
- Enclosing class:
- ADC2Module
public static class ADC2Module.Player extends Object
-
Field Summary
Fields Modifier and Type Field Description static ADC2Module.PlayerALL_PLAYERSstatic ADC2Module.PlayerNO_PLAYERSstatic ADC2Module.PlayerUNKNOWN -
Constructor Summary
-
Method Summary
Modifier and Type Method Description VASSAL.tools.imports.adc2.SymbolSet.SymbolDatagetHiddenSymbol()StringgetName()booleanhiddenInForcePools()booleanhiddenWhenPlaced()booleanisAlly(ADC2Module.Player player)booleanisGameMaster()voidsetAlly(ADC2Module.Player player)StringtoString()booleanuseHiddenPieces()
-
Field Details
-
ALL_PLAYERS
-
NO_PLAYERS
-
UNKNOWN
-
-
Constructor Details
-
Player
public Player(String name, VASSAL.tools.imports.adc2.SymbolSet.SymbolData hiddenSymbol, int hiddenPieceOptions)
-
-
Method Details