20 package net.sf.gridarta.model.validation.errors;
22 import java.awt.Component;
26 import org.jetbrains.annotations.NotNull;
27 import org.jetbrains.annotations.Nullable;
49 public void correct(@NotNull
final Component parentComponent) {
Class for validation errors related to an GameObject.
A MapValidator that checks for mobs outside spawn points.
void correct(@NotNull final Component parentComponent)
Try to correct this error.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
static final long serialVersionUID
The serial version UID.
This interface can be implemented by errors that provide a facility to correct them.
ConnectedInsideContainerError(@NotNull final G gameObject)
Create a MobOutsideSpawnPointError.
String getParameter(final int id)
Interface for MapArchObjects.