public abstract class AbstractIsoGameObjectFactory<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends AbstractGameObjectFactory<G,A,R>
GameObjectFactory
that creates GameObjects
.Constructor and Description |
---|
AbstractIsoGameObjectFactory() |
Modifier and Type | Method and Description |
---|---|
G |
cloneGameObject(G gameObject)
Creates a copy of a game object.
|
cloneMultiGameObject, createInventory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createGameObject, createGameObjectPart, newArchetype