20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
String getParameter(final int id)
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.
A ValidationError that refers to an undefined archetype.
GameObjects are the objects based on Archetypes found on maps.
UndefinedArchetypeError(@NotNull final G gameObject)
Create a new instance.
Interface for MapArchObjects.