Package studio.magemonkey.fabled.manager
Class ResourceManager
java.lang.Object
studio.magemonkey.fabled.manager.ResourceManager
Manages embedded resources within the .jar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Places the Fabled module for Quests into the proper directorystatic void
copyResource
(String name, String folder) Copies a resource embedded in the jar into the given folder
-
Field Details
-
QUESTS_FOLDER
-
-
Constructor Details
-
ResourceManager
public ResourceManager()
-
-
Method Details
-
copyResource
Copies a resource embedded in the jar into the given folder- Parameters:
name
- name of the filefolder
- folder to put the file in
-
copyQuestsModule
public static void copyQuestsModule()Places the Fabled module for Quests into the proper directory
-