20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
Class for validation errors related to an GameObject.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
Validation error that's used when the EnvironmentChecker detected a possible error on the map...
Interface for MapArchObjects.
final String typeDescription
The type's description.
String getParameter(final int id)
EnvironmentMapError(@NotNull final G gameObject, @NotNull final String typeDescription)
Creates a new instance.