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) {
EnvironmentSensorSlayingError(@NotNull final G gameObject)
Create a new instance.
Class for validation errors related to an GameObject.
A ValidationError that refers to an environment sensor game object having an invalid slaying field...
String getParameter(final int id)
Base package of all Gridarta classes.
Reflects a game object (object on a map).
void correct(@NotNull final Component parentComponent)
Try to correct this error.
GameObjects are the objects based on Archetypes found on maps.
This interface can be implemented by errors that provide a facility to correct them.
Interface for MapArchObjects.
static final long serialVersionUID
The serial version UID.