 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.autojoin;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
final R archetype
The Archetype that should be inserted.
The result of an insertion operation involving autojoining.
Base package of all Gridarta classes.
InsertionResult()
Creates an empty new instance.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
InsertionResult(@NotNull final R archetype)
Creates a new instance for an archetype.
G getGameObject()
Returns the GameObject that has been modified.
R getArchetype()
Returns the Archetype that should be inserted.
InsertionResult(@NotNull final G gameObject)
Creates a new instance for a game object.
final G gameObject
The GameObject that has been modified.