20 package net.sf.gridarta.model.mapcontrol;
22 import java.util.List;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
MapControl< G, A, R > newMapControl(@Nullable List< G > objects, @NotNull A mapArchObject, @Nullable MapFile mapFile)
Create a new map control instance.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
MapControl< G, A, R > newPickmapControl(@Nullable List< G > objects, @NotNull A mapArchObject, @Nullable MapFile mapFile)
Create a new pickmap map control instance.
The location of a map file with a map directory.
Interface for MapArchObjects.
Factory for creating MapControl instances.