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