public class MapSquareFormatter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends java.lang.Object implements Formatter<G,A,R,MapSquare<G,A,R>>
Formatter
for MapSquares
.Constructor and Description |
---|
MapSquareFormatter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(@NotNull MapSquare<G,A,R> o1,
@NotNull MapSquare<G,A,R> o2) |
@NotNull java.lang.String |
toString(@NotNull MapSquare<G,A,R> obj)
Returns a string representation of an object.
|