Uses of Class
VASSAL.configure.Parameter
Packages that use 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
Fields in VASSAL.build.module.map with type parameters of type Parameter -
Uses of Parameter in VASSAL.configure
Methods in VASSAL.configure that return ParameterMethods in VASSAL.configure that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterListConfigurer.getParameterList()
ParameterListConfigurer.getParameterListValue()
Methods in VASSAL.configure with parameters of type ParameterMethod parameters in VASSAL.configure with type arguments of type ParameterConstructors in VASSAL.configure with parameters of type ParameterConstructor parameters in VASSAL.configure with type arguments of type ParameterModifierConstructorDescriptionParameterListConfigurer
(String key, String name, List<Parameter> params) ParameterListConfigurer
(List<Parameter> params) -
Uses of Parameter in VASSAL.counters
Fields in VASSAL.counters with type parameters of type ParameterModifier and TypeFieldDescriptionPlaceMarker.parameterList
CounterGlobalKeyCommand.parameters
GlobalCommand.parameters
Methods in VASSAL.counters that return types with arguments of type ParameterMethod parameters in VASSAL.counters with type arguments of type ParameterModifier 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)