Uses of Class
VASSAL.counters.GlobalCommandTarget.GKCtype
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of GlobalCommandTarget.GKCtype in VASSAL.build.module
Methods in VASSAL.build.module that return GlobalCommandTarget.GKCtype Modifier and Type Method Description GlobalCommandTarget.GKCtypeGlobalKeyCommand. getGKCtype() -
Uses of GlobalCommandTarget.GKCtype in VASSAL.build.module.map
Methods in VASSAL.build.module.map that return GlobalCommandTarget.GKCtype Modifier and Type Method Description GlobalCommandTarget.GKCtypeDeckGlobalKeyCommand. getGKCtype()GlobalCommandTarget.GKCtypeMassKeyCommand. getGKCtype() -
Uses of GlobalCommandTarget.GKCtype in VASSAL.counters
Fields in VASSAL.counters declared as GlobalCommandTarget.GKCtype Modifier and Type Field Description protected GlobalCommandTarget.GKCtypeGlobalCommandTarget. gkcTypeMethods in VASSAL.counters that return GlobalCommandTarget.GKCtype Modifier and Type Method Description GlobalCommandTarget.GKCtypeGlobalCommandTarget. getGKCtype()static GlobalCommandTarget.GKCtypeGlobalCommandTarget.GKCtype. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalCommandTarget.GKCtype[]GlobalCommandTarget.GKCtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in VASSAL.counters with parameters of type GlobalCommandTarget.GKCtype Modifier and Type Method Description voidGlobalCommandTarget. setGKCtype(GlobalCommandTarget.GKCtype gkcType)Constructors in VASSAL.counters with parameters of type GlobalCommandTarget.GKCtype Constructor Description GlobalCommandTarget(GlobalCommandTarget.GKCtype gkc)