Uses of Interface
VASSAL.build.module.map.PieceCollection
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
-
Uses of PieceCollection in VASSAL.build.module
Fields in VASSAL.build.module declared as PieceCollection Modifier and Type Field Description protected PieceCollectionMap. piecesMethods in VASSAL.build.module that return PieceCollection Modifier and Type Method Description PieceCollectionMap. getPieceCollection()Methods in VASSAL.build.module with parameters of type PieceCollection Modifier and Type Method Description voidMap. setPieceCollection(PieceCollection pieces) -
Uses of PieceCollection in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement PieceCollection Modifier and Type Class Description classCompoundPieceCollectionBase class for PieceCollection implementation that organize pieces into distinct layers.classDefaultPieceCollectionDefault implementation ofPieceCollectionseparates pieces into two layers: stacking pieces always above non-stacking piecesstatic classLayeredPieceCollection.CollectionThe PieceCollection class used by the map to which a LayeredPieceCollection has been addedclassSimplePieceCollectionStoresGamePieces in a simple arrayMethods in VASSAL.build.module.map that return PieceCollection Modifier and Type Method Description protected PieceCollectionCompoundPieceCollection. getCollectionForPiece(GamePiece p)