20 package net.sf.gridarta.model.validation;
25 import org.jetbrains.annotations.NotNull;
boolean isEnabled()
Get whether this Validator is enabled.
String getKey()
Get a Key that uniquely identifies this Validator.
void setEnabled(boolean enabled)
Set whether this Validator should be enabled.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Super-interface for validators.
boolean isDefaultEnabled()
Get whether this Validator should be enabled per default.
Interface for MapArchObjects.