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).
UnsetSlayingError(@NotNull final G gameObject)
Create a new instance.
GameObjects are the objects based on Archetypes found on maps.
Validation error indicating a game object with a custom type.
static final long serialVersionUID
The serial version UID.
String getParameter(final int id)
Interface for MapArchObjects.