Module hanyaeger
module hanyaeger
The main (and only) module for Yaeger. Currently both the public and internal API are part of
this one module.
Only the subpackages of the public API are exported (com.github.hanyaeger.api
) and directly
accessible through JavaDoc. Those classes that are only meant for internal use (com.github.hanyaeger.core
)
are not exported and can not be used from outside this module. Their JavaDoc is indirectly accessible, when viewing
the JavaDoc of the external API.
-
Packages
PackageDescriptionClasses and packages that are part of the public API of Yaeger.All classes, interfaces and enumerations that are related to entities and their behaviour.All (abstract) implementations ofYaegerEntity
that can be used on aYaegerScene
.Classes required for creating media objects.All classes, interfaces and enumerations that are related to scenes.All interfaces that enable an instance ofYaegerEntity
,YaegerScene
or both to receive user input.