20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
static final long serialVersionUID
The serial version UID.
UndefinedAnimError(@NotNull final G gameObject, @NotNull final String animationName)
Creates a new instance.
final String animationName
The invalid animation name.
Class for validation errors related to an GameObject.
A GameObjectValidationError indicating a game object references an undefined animation.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
String getParameter(final int id)
Interface for MapArchObjects.