20 package net.sf.gridarta.model.validation.errors;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
70 return direction.toString();
Base Class for validation errors on maps.
final String tilePath
The tile path that was wrong.
A MapModel reflects the data of a map.
Base package of all Gridarta classes.
static final long serialVersionUID
The serial version UID.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
TilePathsError(@NotNull final MapModel< G, A, R > mapModel, @NotNull final Direction direction, @NotNull final String tilePath)
Create a MapValidationError.
final Direction direction
The direction on which the error occurred.
String getParameter(final int id)
Validation error that's used when a map has wrong tile paths.
Interface for MapArchObjects.