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 PieceCollection
Map. pieces
Methods in VASSAL.build.module that return PieceCollection Modifier and Type Method Description PieceCollection
Map. getPieceCollection()
Methods in VASSAL.build.module with parameters of type PieceCollection Modifier and Type Method Description void
Map. 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 class
CompoundPieceCollection
Base class for PieceCollection implementation that organize pieces into distinct layers.class
DefaultPieceCollection
Default implementation ofPieceCollection
separates pieces into two layers: stacking pieces always above non-stacking piecesstatic class
LayeredPieceCollection.Collection
The PieceCollection class used by the map to which a LayeredPieceCollection has been addedclass
SimplePieceCollection
StoresGamePiece
s in a simple arrayMethods in VASSAL.build.module.map that return PieceCollection Modifier and Type Method Description protected PieceCollection
CompoundPieceCollection. getCollectionForPiece(GamePiece p)