Class DrawPile.AssignedDeckPrompt
java.lang.Object
VASSAL.configure.StringEnum
VASSAL.configure.TranslatableStringEnum
VASSAL.build.module.map.DrawPile.AssignedDeckPrompt
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 definedbooleanFor 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:
isDisplayNamesin classTranslatableStringEnum- Returns:
- true
-
getValidValues
looks for the names of all decks already defined- Specified by:
getValidValuesin classStringEnum
-
getI18nKeys
looks for the names of all decks already defined- Specified by:
getI18nKeysin classTranslatableStringEnum
-