Uses of Class
VASSAL.build.module.PrototypeDefinition
Packages that use PrototypeDefinition
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.-
Uses of PrototypeDefinition in VASSAL.build
Methods in VASSAL.build with parameters of type PrototypeDefinitionModifier and TypeMethodDescriptionvoid
GpIdChecker.add
(PrototypeDefinition prototype) Add any PieceSlots contained in traits in a Prototype Definitionprotected void
GpIdChecker.checkTrait
(GamePiece gp, PrototypeDefinition prototype, GamePiece definition) -
Uses of PrototypeDefinition in VASSAL.build.module
Methods in VASSAL.build.module that return PrototypeDefinitionModifier and TypeMethodDescriptionstatic PrototypeDefinition
PrototypesContainer.getPrototype
(String name) Methods in VASSAL.build.module that return types with arguments of type PrototypeDefinitionModifier and TypeMethodDescriptionPrototypesContainer.getDefinitions()
Return an unmodifiable Collection of the current Prototype DefinitionsMethods in VASSAL.build.module with parameters of type PrototypeDefinitionModifier and TypeMethodDescriptionvoid
PrototypesContainer.addDefinition
(PrototypeDefinition def) Constructors in VASSAL.build.module with parameters of type PrototypeDefinition