 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.validation.errors;
26 import org.jetbrains.annotations.NotNull;
27 import org.jetbrains.annotations.Nullable;
String getParameter(final int id)
A MapModel reflects the data of a map.
Base package of all Gridarta classes.
Validation error that's used when a map has wrong tile paths.
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.
MapDifficultyError(@NotNull final MapModel< G, A, R > mapModel, final int difficulty)
Creates a new instance.
Interface for MapArchObjects.
int getDifficulty()
Returns the difficulty that was wrong.
final int difficulty
The difficulty that was wrong.
Base Class for validation errors on maps.