Package VASSAL.build.module.map
Class DrawPile.AssignedDeckPrompt
java.lang.Object
VASSAL.configure.StringEnum
VASSAL.configure.TranslatableStringEnum
VASSAL.build.module.map.DrawPile.AssignedDeckPrompt
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getI18nKeys
(AutoConfigurable target) looks for the names of all decks already definedString[]
getValidValues
(AutoConfigurable target) looks for the names of all decks already definedboolean
For this one we need to use pre-translated display names.
-
Field Details
-
NONE
- See Also:
-
NONE_NAME
-
-
Constructor Details
-
AssignedDeckPrompt
public AssignedDeckPrompt()
-
-
Method Details
-
isDisplayNames
public boolean isDisplayNames()For this one we need to use pre-translated display names.- Overrides:
isDisplayNames
in classTranslatableStringEnum
- Returns:
- true
-
getValidValues
looks for the names of all decks already defined- Specified by:
getValidValues
in classStringEnum
-
getI18nKeys
looks for the names of all decks already defined- Specified by:
getI18nKeys
in classTranslatableStringEnum
-