Uses of Class
VASSAL.configure.Parameter
Package
Description
Contains classes that may be added to a
Map
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
-
Uses of Parameter in VASSAL.build.module.map
-
Uses of Parameter in VASSAL.configure
Modifier and TypeMethodDescriptionParameterListConfigurer.getParameterList()
ParameterListConfigurer.getParameterListValue()
ModifierConstructorDescriptionParameterListConfigurer
(String key, String name, List<Parameter> params) ParameterListConfigurer
(List<Parameter> params) -
Uses of Parameter in VASSAL.counters
Modifier and TypeFieldDescriptionPlaceMarker.parameterList
CounterGlobalKeyCommand.parameters
GlobalCommand.parameters
Modifier and TypeMethodDescriptionstatic Command
Decorator.setDynamicProperties
(List<Parameter> parameters, GamePiece piece, PropertySource source, Auditable owner) Find and set a series of Dynamic Properties in the supplied GamePiece named propertyName and generate a Command to set it to the specified values in other clientsstatic Command
Decorator.setDynamicProperties
(List<Parameter> parameters, GamePiece piece, PropertySource source, Auditable owner, AuditTrail auditSoFar) void
GlobalCommand.setParameters
(List<Parameter> parameters)