20 package net.sf.gridarta.model.validation.checks;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
Base Class for validation errors on maps.
A MapModel reflects the data of a map.
This package contains the framework for validating maps.
String getParameter(final int id)
final MapModel< G, A, R > mapModel
The MapModel that caused the error.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
static final long serialVersionUID
The serial version UID.
final String message
The error message.
GameObjects are the objects based on Archetypes found on maps.
MapCheckerScriptMapError(@NotNull final MapModel< G, A, R > mapModel, @NotNull final String message)
Creates a new instance.
A MapValidationError that represents a per map error of the MapCheckerScriptChecker.
Interface for MapArchObjects.