20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
43 super(gameObject.getMapSquare());
44 addGameObject(gameObject);
static final long serialVersionUID
The serial version UID.
Class for validation errors related to an 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.
GameObjectValidationError(@NotNull final G gameObject)
Create an GameObjectValidationError.
Class for validation errors on a MapSquare.
Interface for MapArchObjects.