Uses of Class
VASSAL.build.module.map.PieceMover
Packages that use 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
Fields in VASSAL.build.module declared as PieceMoverMethods in VASSAL.build.module that return PieceMoverMethods in VASSAL.build.module with parameters of type PieceMoverModifier 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
Fields in VASSAL.build.module.map with type parameters of type PieceMoverModifier and TypeFieldDescriptionprotected static List
<PieceMover> PieceMover.AbstractDragHandler.pieceMovers
Methods in VASSAL.build.module.map with parameters of type PieceMoverModifier and TypeMethodDescriptionstatic void
PieceMover.AbstractDragHandler.addPieceMover
(PieceMover pm) Registers a PieceMover