Package de.presti.ree6.addons
Class AddonLoader
java.lang.Object
de.presti.ree6.addons.AddonLoader
The actual Addon-Loader which Loads every single Addon from the Addon Folder.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Addon
Actually load a Addon.static void
Load every Addon.
-
Method Details
-
loadAllAddons
public static void loadAllAddons()Load every Addon. -
loadAddon
Actually load a Addon.- Parameters:
fileName
- Name of the File.- Returns:
- a Local-Addon.
- Throws:
IOException
- If it is an invalid Addon.
-