Uses of Enum Class
VASSAL.counters.GlobalCommandTarget.GKCtype
Packages that use GlobalCommandTarget.GKCtype
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of GlobalCommandTarget.GKCtype in VASSAL.build.module
Methods in VASSAL.build.module that return GlobalCommandTarget.GKCtype -
Uses of GlobalCommandTarget.GKCtype in VASSAL.build.module.map
Methods in VASSAL.build.module.map that return GlobalCommandTarget.GKCtype -
Uses of GlobalCommandTarget.GKCtype in VASSAL.counters
Subclasses with type arguments of type GlobalCommandTarget.GKCtype in VASSAL.countersModifier and TypeClassDescriptionstatic enum
Specifies the type of GKC being configured (affects which Target options are allowed)Fields in VASSAL.counters declared as GlobalCommandTarget.GKCtypeModifier and TypeFieldDescriptionprotected GlobalCommandTarget.GKCtype
GlobalCommandTarget.gkcType
Methods in VASSAL.counters that return GlobalCommandTarget.GKCtypeModifier and TypeMethodDescriptionGlobalCommandTarget.getGKCtype()
static GlobalCommandTarget.GKCtype
Returns the enum constant of this class with the specified name.static GlobalCommandTarget.GKCtype[]
GlobalCommandTarget.GKCtype.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in VASSAL.counters with parameters of type GlobalCommandTarget.GKCtypeModifier and TypeMethodDescriptionvoid
GlobalCommandTarget.setGKCtype
(GlobalCommandTarget.GKCtype gkcType) Constructors in VASSAL.counters with parameters of type GlobalCommandTarget.GKCtype