Uses of Class
VASSAL.tools.imports.adc2.ADC2Module.HideState
Package | Description |
---|---|
VASSAL.tools.imports.adc2 |
-
Uses of ADC2Module.HideState in VASSAL.tools.imports.adc2
Fields in VASSAL.tools.imports.adc2 declared as ADC2Module.HideState Modifier and Type Field Description ADC2Module.HideState
ADC2Module.Piece. hideState
Methods in VASSAL.tools.imports.adc2 that return ADC2Module.HideState Modifier and Type Method Description static ADC2Module.HideState
ADC2Module.HideState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ADC2Module.HideState[]
ADC2Module.HideState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in VASSAL.tools.imports.adc2 with parameters of type ADC2Module.HideState Constructor Description Piece(int position, String name, ADC2Module.PieceClass cl, ADC2Module.HideState hidden, int flags, int facing)