Uses of Class
VASSAL.build.module.PrototypeDefinition
| 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 PrototypeDefinition in VASSAL.build
Methods in VASSAL.build with parameters of type PrototypeDefinition Modifier and Type Method Description voidGpIdChecker. add(PrototypeDefinition prototype)Add any PieceSlots contained in traits in a Prototype Definitionprotected voidGpIdChecker. checkTrait(GamePiece gp, PrototypeDefinition prototype, GamePiece definition) -
Uses of PrototypeDefinition in VASSAL.build.module
Methods in VASSAL.build.module that return PrototypeDefinition Modifier and Type Method Description static PrototypeDefinitionPrototypesContainer. getPrototype(String name)Methods in VASSAL.build.module that return types with arguments of type PrototypeDefinition Modifier and Type Method Description Collection<PrototypeDefinition>PrototypesContainer. getDefinitions()Return an unmodifiable Collection of the current Prototype DefinitionsConstructors in VASSAL.build.module with parameters of type PrototypeDefinition Constructor Description Config(PrototypeDefinition def)