Uses of Interface
VASSAL.build.module.map.PieceCollection
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.-
Uses of PieceCollection in VASSAL.build.module
-
Uses of PieceCollection in VASSAL.build.module.map
Modifier and TypeClassDescriptionclass
Base class for PieceCollection implementation that organizesGamePiece
s -- a category which in this case also includes Decks and Stacks, in addition to ordinary pieces -- into distinct visual layers.class
Map
s now start with a Game Piece Layers component (i.e.static class
The PieceCollection class used by theMap
to which a LayeredPieceCollection has been added.class
A SimplePieceCollection is used within aCompoundPieceCollection
to maintain an array of the pieces/stacks/decks (GamePiece
) within a single visual layer.Modifier and TypeMethodDescriptionprotected PieceCollection
CompoundPieceCollection.getCollectionForPiece
(GamePiece p) Given a game piece, returns the simple piece collection for the layer that it belongs in