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, createInventoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateGameObject, createGameObjectPart, newArchetype@NotNull public G cloneGameObject(@NotNull G gameObject)
GameObjectFactorygameObject - the game object to copy