20 package net.sf.gridarta.model.archetype;
26 import org.jetbrains.annotations.NotNull;
52 super(archetypeName, faceObjectProviders, animationObjects);
TestDefaultArchetype(@NotNull final String archetypeName, @NotNull final FaceObjectProviders faceObjectProviders, @NotNull final AnimationObjects animationObjects)
Creates a new instance.
boolean isUndefinedArchetype()
Gridarta can handle frame information of animations and allow the selection of an animation using a t...
A MapArchObject implementation for testing purposes.
String archetypeName
The name of this archetype.
Base package of all Gridarta classes.
An Archetype implementation for testing purposes.
AnimationObjects is a container for AnimationObjects.
static final long serialVersionUID
The serial version UID.
GameObjects are the objects based on Archetypes found on maps.
Provider for faces of GameObjects and Archetypes.
boolean usesDirection
The return value of usesDirection().
The face is the appearance of an object.
void setUsesDirection(final boolean usesDirection)
Sets the return value of usesDirection().
An Archetype implementation for testing purposes.
A GameObject implementation for testing purposes.
Abstract base class for Archetype implementations.