Search results

From Vassal
  • Use Map.getPieces() to get an array of all GamePieces on the board. Each GamePiece in the array will be either a Stack or an individual piece. Process the pie GamePiece pieces[] = map.getPieces();
    7 KB (1,035 words) - 11:19, 25 September 2023
  • ...g one class, Decorator. Decorator is an abstract class that wraps around a GamePiece and adds functionality to it. In the game piece designer dialog, each "trai public Decorator createDecorator(String type, GamePiece inner) {
    20 KB (2,725 words) - 19:02, 7 May 2021
  • ...to restrict access to a trait while allowing drag'n'drop operations on the gamepiece?=== Basically a restricted access trait affects all traits above it. However, the gamepiece's drag'n'drop mechanisms do work differently: They honor the bottommost res
    37 KB (6,567 words) - 09:18, 3 March 2022
  • ** Bug fix for counters made generic - the mask trait removed the gamepiece in multiplayer games
    26 KB (4,095 words) - 10:01, 14 February 2024