 |
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;
Base package of all Gridarta classes.
final String monster1
The name of the first monster.
Reflects a game object (object on a map).
DuplicateMonsterOnSquareError(@NotNull final MapSquare< G, A, R > mapSquare, @NotNull final String monster1, @NotNull final String monster2)
Creates a new instance.
GameObjects are the objects based on Archetypes found on maps.
String getParameter(final int id)
Interface for MapArchObjects.
Reports a map square that contains more than one monster.
final String monster2
The name of the second monster.
Class for validation errors on a MapSquare.
static final long serialVersionUID
The serial version UID.