Package dev.getelements.elements.rt
Interface ManifestLoader
public interface ManifestLoader
Created by patricktwohig on 8/14/17.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether or not the manifest loader has already loaded and closed the lua manifest.Gets theEventManifest
, if available.Gets theModelManifest
instance.Gets theStartupManifest
, if available.
-
Method Details
-
getModelManifest
ModelManifest getModelManifest()Gets theModelManifest
instance.- Returns:
- the
ModelManifest
-
getStartupManifest
StartupManifest getStartupManifest()Gets theStartupManifest
, if available.- Returns:
- the
StartupManifest
-
getEventManifest
EventManifest getEventManifest()Gets theEventManifest
, if available.- Returns:
- the
EventManifest
-
getClosed
boolean getClosed()Returns whether or not the manifest loader has already loaded and closed the lua manifest.- Returns:
- Whether or not the manifest has loaded and closed the manifest.
-