Uses of Class
VASSAL.build.IllegalBuildException
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
-
Uses of IllegalBuildException in VASSAL.build
Methods in VASSAL.build that throw IllegalBuildException Modifier and Type Method Description static BuildableBuilder. create(Element e)Create an instance of a class from an XML element and build it. -
Uses of IllegalBuildException in VASSAL.build.module
Methods in VASSAL.build.module that throw IllegalBuildException Modifier and Type Method Description voidGameRefresher. execute(Set<String> options, Command command)This method is used by PredefinedSetup.refresh() to update a PredefinedSetup in a GameModule The default execute() method calls: GameModule.getGameModule().getGameState().getAllPieces() to set the pieces list, this method provides an alternative way to specify which pieces should be refreshed.voidPredefinedSetup. refresh(Set<String> options)