Class ResourceManager
java.lang.Object
studio.magemonkey.divinity.modules.list.itemgenerator.ResourceManager
- All Implemented Interfaces:
studio.magemonkey.codex.manager.api.Loadable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionget(ResourceManager.ResourceType type, ResourceManager.ResourceCategory cat, String id) getPrefix(ResourceManager.ResourceCategory cat, String type) getSuffix(ResourceManager.ResourceCategory cat, String type) voidsetup()voidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.api.Loadable
reload
-
Method Details
-
setup
public void setup()- Specified by:
setupin interfacestudio.magemonkey.codex.manager.api.Loadable
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacestudio.magemonkey.codex.manager.api.Loadable
-
getPrefix
@NotNull public List<String> getPrefix(@NotNull ResourceManager.ResourceCategory cat, @NotNull String type) -
getSuffix
@NotNull public List<String> getSuffix(@NotNull ResourceManager.ResourceCategory cat, @NotNull String type) -
get
@NotNull public List<String> get(@NotNull ResourceManager.ResourceType type, @NotNull ResourceManager.ResourceCategory cat, @NotNull String id)
-