public class TilePathsError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends MapValidationError<G,A,R>
Constructor and Description |
---|
TilePathsError(@NotNull MapModel<G,A,R> mapModel,
@NotNull Direction direction,
@NotNull java.lang.String tilePath)
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, toString
public TilePathsError(@NotNull @NotNull MapModel<G,A,R> mapModel, @NotNull @NotNull Direction direction, @NotNull @NotNull java.lang.String tilePath)
mapModel
- the map on which the error occurreddirection
- the direction on which the error occurredtilePath
- tile path which was wrong@Nullable public @Nullable java.lang.String getParameter(int id)
ValidationError
id
}.getParameter
in class ValidationError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
id
- the error id