20 package net.sf.gridarta.model.validation.errors;
26 import org.jetbrains.annotations.NotNull;
27 import org.jetbrains.annotations.Nullable;
47 addGameObject(gameObject);
Class for validation errors related to more than a single GameObject.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
GameObjectsValidationError(@NotNull final MapSquare< G, A, R > mapSquare, @NotNull final G gameObject)
Create an GameObjectValidationError.
static final long serialVersionUID
The serial version UID.
String getParameter(final int id)
Class for validation errors on a MapSquare.
Interface for MapArchObjects.