public interface MapViewFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
MapView
instances.Modifier and Type | Method and Description |
---|---|
@NotNull MapView<G,A,R> |
newMapView(@NotNull MapControl<G,A,R> mapControl,
int viewCounter)
Creates a new map view instance for a map control.
|