public class ConnectionWithoutSourcesError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends ConnectionError<G,A,R>
| Constructor and Description |
|---|
ConnectionWithoutSourcesError(MapModel<G,A,R> mapModel,
int connected,
java.lang.Iterable<G> gameObjects)
Create a new instance.
|
getParameteraddGameObject, addMapSquare, getGameObjects, getMapModel, getMapSquares, getMessage, toStringpublic ConnectionWithoutSourcesError(@NotNull
MapModel<G,A,R> mapModel,
int connected,
@NotNull
java.lang.Iterable<G> gameObjects)
mapModel - The map on which the error occurred.connected - The erroneous connected value.gameObjects - the erroneous game objects