public interface InsertionMode
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
insert(G gameObject,
@NotNull MapSquare<G,A,R> mapSquare)
Inserts a
GameObject into a MapSquare. |
<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> void insert(@NotNull G gameObject, @NotNull @NotNull MapSquare<G,A,R> mapSquare)
GameObject into a MapSquare.G - the game object type of the objectA - the map arch object type of the objectR - the archetype type of the objectgameObject - the game object to insertmapSquare - the map square to modify