Package VASSAL.build

Interface GpIdSupport

All Known Implementing Classes:
BasicModule, GameModule, ModuleExtension, ModulePlugin

public interface GpIdSupport
GameModule and ModuleExtension are the top-level components and must provide some Namespace services for generated GamePiece Identifiers. Each Extension must have a unique Namespace String. Each PieceSlot is allocated a unique number in a series maintained for each top level component. Each GamePiece generated is tied to it's originating PieceSlot by the NameSpace Id and the PieceSlot Id.