Uses of Class
VASSAL.build.module.map.PieceMover
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.-
Uses of PieceMover in VASSAL.build.module
Modifier and TypeMethodDescriptionvoid
Map.setPieceMover
(PieceMover mover) Every map must include a singlePieceMover
component as one of its build components, which handles drag-and-drop behavior for the map. -
Uses of PieceMover in VASSAL.build.module.map
Modifier and TypeFieldDescriptionprotected static List
<PieceMover> PieceMover.AbstractDragHandler.pieceMovers
Modifier and TypeMethodDescriptionstatic void
PieceMover.AbstractDragHandler.addPieceMover
(PieceMover pm) Registers a PieceMover