public abstract class GameObjectValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends SquareValidationError<G,A,R>
| Modifier | Constructor and Description |
|---|---|
protected |
GameObjectValidationError(G gameObject)
Creates a new instance.
|
addGameObject, addMapSquare, getGameObjects, getMapModel, getMapSquares, getMessage, getParameter, toStringprotected GameObjectValidationError(@NotNull
G gameObject)
gameObject - the GameObject on which the error occurred