20 package net.sf.gridarta.model.validation;
25 import org.jetbrains.annotations.NotNull;
Interface for GameObject Validators.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
void validateGameObject(@NotNull G gameObject, @NotNull ErrorCollector< G, A, R > errorCollector)
Validates a game object.
GameObjects are the objects based on Archetypes found on maps.
Super-interface for validators.
Interface for MapArchObjects.