Package dev.getelements.elements.rt
Interface ManifestLoader
public interface ManifestLoader
Created by patricktwohig on 8/14/17.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether or not the manifest loader has already loaded and closed the lua manifest.Gets theEventManifest, if available.Gets theModelManifestinstance.Gets theStartupManifest, if available.
-
Method Details
-
getModelManifest
ModelManifest getModelManifest()Gets theModelManifestinstance.- 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.
-