public class GameObjectFormatter<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,G>
Formatter
for GameObjects
.Constructor and Description |
---|
GameObjectFormatter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(G o1,
G o2) |
java.lang.String |
toString(G obj)
Returns a string representation of an object.
|