Uses of Class
me.ulrich.outpost.data.Addon
Packages that use Addon
-
Uses of Addon in me.ulrich.outpost
Methods in me.ulrich.outpost that return types with arguments of type AddonMethod parameters in me.ulrich.outpost with type arguments of type AddonModifier and TypeMethodDescriptionvoidOutpost.setAddonEnabledList(HashMap<Addon, Boolean> addonEnabledList) -
Uses of Addon in me.ulrich.outpost.addon
Methods in me.ulrich.outpost.addon with type parameters of type AddonModifier and TypeMethodDescriptionAddonManager.getAddonInstance(Class<T> clazz) AddonManager.reloadAddon(T addon) <T extends Addon>
voidAddonManager.unloadAddon(Class<T> clazz) <T extends Addon>
voidAddonManager.unloadAddon(T addon) Methods in me.ulrich.outpost.addon that return AddonMethods in me.ulrich.outpost.addon that return types with arguments of type AddonModifier and TypeMethodDescriptionAddonManager.getAddonInstance(String addonName) AddonManager.getAddons()Methods in me.ulrich.outpost.addon with parameters of type Addon -
Uses of Addon in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return types with arguments of type Addon