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 TypeMethodDescriptionvoidGpIdChecker.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 PrototypeDefinitionModifier and TypeMethodDescriptionstatic PrototypeDefinitionPrototypesContainer.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 DefinitionsConstructors in VASSAL.build.module with parameters of type PrototypeDefinition