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;
50 public void correct(@NotNull
final Component parentComponent) {
EmptySpawnPointError(@NotNull final G gameObject)
Create an EmptySpawnPointError.
void correct(@NotNull final Component parentComponent)
Try to correct this error.
Class for validation errors related to an GameObject.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
Validation error that's used when the EmptySpawnPointChecker detected a possible error on the map...
String getParameter(final int id)
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.
Interface for MapArchObjects.