 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.resource;
32 import org.jetbrains.annotations.NotNull;
33 import org.jetbrains.annotations.Nullable;
52 public TestFilesResourcesReader(@NotNull
final File
archDirectory, @NotNull
final ArchetypeSet<TestGameObject, TestMapArchObject, TestArchetype> archetypeSet, @NotNull
final AbstractArchetypeParser<TestGameObject, TestMapArchObject, TestArchetype, ?> archetypeParser, @NotNull
final ArchFaceProvider archFaceProvider, @NotNull
final File collectedDirectory, @Nullable
final String imageSet, @NotNull
final AnimationObjects animationObjects, @NotNull
final FaceObjects faceObjects) {
An Archetype implementation for testing purposes.
final AnimationObjects animationObjects
The AnimationObjects to use.
Base package of all Gridarta classes.
Abstract base implementation of ArchetypeParser.
AnimationObjects is a container for AnimationObjects.
Implementation of FaceProvider which reads images from the arch directory.
A GameObject implementation for testing purposes.
TestFilesResourcesReader(@NotNull final File archDirectory, @NotNull final ArchetypeSet< TestGameObject, TestMapArchObject, TestArchetype > archetypeSet, @NotNull final AbstractArchetypeParser< TestGameObject, TestMapArchObject, TestArchetype, ?> archetypeParser, @NotNull final ArchFaceProvider archFaceProvider, @NotNull final File collectedDirectory, @Nullable final String imageSet, @NotNull final AnimationObjects animationObjects, @NotNull final FaceObjects faceObjects)
Creates a new instance.
final ArchetypeSet< G, A, R > archetypeSet
The ArchetypeSet to update.
GameObjects are the objects based on Archetypes found on maps.
final ArchFaceProvider archFaceProvider
The ArchFaceProvider to use.
An AbstractFilesResourcesReader for regression tests.
FaceObjects is a container for FaceObjects.
final File archDirectory
The "arch" directory to read.
Interface that captures similarities between different ArchetypeSet implementations.
Abstract base class for AbstractResourcesReaders that read from individual files.
Reading and writing of maps, handling of paths.
boolean isValidEntry(final int folderLevel, final String name)
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...
A MapArchObject implementation for testing purposes.
An AbstractAnimationObjectsReader for regression tests.
final AbstractArchetypeParser< G, A, R, ?> archetypeParser
The AbstractArchetypeParser to use.