20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
45 super(blockedSpawnPoint);
Class for validation errors related to an GameObject.
String getParameter(final int id)
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Indicates a spawn point that has can never spawn a mob because all possible destinations are blocked...
static final long serialVersionUID
The serial version UID.
BlockedSpawnPointError(@NotNull final G blockedSpawnPoint)
Create a new instance.
Interface for MapArchObjects.