Uses of Interface
VASSAL.tools.UniqueIdManager.Identifyable
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.gamepieceimage | |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.turn | |
| VASSAL.build.widget |
Contains classes that can be added to a
Widget. |
| VASSAL.script | |
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.module
Classes in VASSAL.build.module that implement UniqueIdManager.Identifyable Modifier and Type Class Description classMapThe Map is the main component for displaying and containingGamePieces during play.classPieceWindowA window from which players can create newGamePieces by clicking and dragging from the PieceWindow.classPlayerHandclassPrivateMapA Map that may be configured to be visible only a particular side.classPrototypeDefinitionclassSpecialDiceButton... -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement UniqueIdManager.Identifyable Modifier and Type Class Description classGamePieceImage -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement UniqueIdManager.Identifyable Modifier and Type Class Description classDrawPileclassLOS_ThreadA class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).classMapShaderDraw shaded regions on a map.classSetupStackThis is the "At-Start Stack" component, which initializes a Map or Board with a specified stack. -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement UniqueIdManager.Identifyable Modifier and Type Class Description classTurnTrackerGeneric Turn Counter -
Uses of UniqueIdManager.Identifyable in VASSAL.build.widget
Classes in VASSAL.build.widget that implement UniqueIdManager.Identifyable Modifier and Type Class Description classWidgetMap -
Uses of UniqueIdManager.Identifyable in VASSAL.script
Classes in VASSAL.script that implement UniqueIdManager.Identifyable Modifier and Type Class Description classActionScriptclassGeneralScript -
Uses of UniqueIdManager.Identifyable in VASSAL.tools
Methods in VASSAL.tools that return UniqueIdManager.Identifyable Modifier and Type Method Description UniqueIdManager.IdentifyableUniqueIdManager. findInstance(String id)Return the first instance whose name or id matches the argumentMethods in VASSAL.tools that return types with arguments of type UniqueIdManager.Identifyable Modifier and Type Method Description Iterator<UniqueIdManager.Identifyable>UniqueIdManager. getAllInstances()Methods in VASSAL.tools with parameters of type UniqueIdManager.Identifyable Modifier and Type Method Description voidUniqueIdManager. add(UniqueIdManager.Identifyable i)static StringUniqueIdManager. getIdentifier(UniqueIdManager.Identifyable target)Make a best guess for a unique identifier for the target.voidUniqueIdManager. remove(UniqueIdManager.Identifyable i)