public class ExitInvalidCoordinateError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends GameObjectValidationError<G,A,R>
| Constructor and Description |
|---|
ExitInvalidCoordinateError(G gameObject,
@NotNull java.lang.String coordinate,
@NotNull Size2D mapSize)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.lang.String |
getParameter(int id)
Returns a parameter string to be used in the error message.
|
addGameObject, addMapSquare, getGameObjects, getMapModel, getMapSquares, getMessage, toStringpublic ExitInvalidCoordinateError(@NotNull
G gameObject,
@NotNull
@NotNull java.lang.String coordinate,
@NotNull
@NotNull Size2D mapSize)
gameObject - the GameObject on which the error occurredcoordinate - the invalid destination coordinatemapSize - the map size@Nullable public @Nullable java.lang.String getParameter(int id)
ValidationErrorid}.getParameter in class ValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>id - the error id