20 package net.sf.gridarta.model.validation.checks;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
64 return exitPath.toString();
String getParameter(final int id)
This package contains the framework for validating maps.
Class for validation errors related to an GameObject.
Represents a maps directory local map path.
NonAbsoluteExitPathError(@NotNull final G gameObject, @NotNull final MapPath exitPath)
Creates a new instance.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
final MapPath exitPath
The incorrect exit path.
A GameObjectValidationError that describes an exit GameObject having an invalid exit path...
Interface for MapArchObjects.