 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.var.atrinik.model.archetype;
27 import org.jetbrains.annotations.NotNull;
UndefinedArchetype clone()
Base package of all Gridarta classes.
AnimationObjects is a container for AnimationObjects.
Implements an undefined Atrinik archetype.
Provider for faces of GameObjects and Archetypes.
Reflects a game object (object on a map).
String archetypeName
The name of this archetype.
void setEditorFolder(@Nullable final String editorFolder)
Implements Atrinik archetypes.
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
MapArchObject contains the specific meta data about a map that is stored in the map-arch,...
Main package of Gridarta4Atrinik, contains all classes specific to the Atrinik version of the Gridart...
Handles the Atrinik GameObjects.
String EDITOR_FOLDER_INTERN
The editor folder name for server-internal archetypes.
boolean isUndefinedArchetype()
The face is the appearance of an object.
Gridarta can handle frame information of animations and allow the selection of an animation using a t...
UndefinedArchetype(@NotNull final String archetypeName, @NotNull final FaceObjectProviders faceObjectProviders, @NotNull final AnimationObjects animationObjects)
Creates a new undefined archetype with the given archetype name.
Archetype getThis()
Returns.
final AnimationObjects animationObjects
The AnimationObjects for looking up animations.
Handles the Atrinik variants of GameObjects and Archetypes.
Abstract base class for Archetype implementations.
final transient FaceObjectProviders faceObjectProviders
The FaceObjectProviders for looking up faces.