Uses of Class
me.ulrich.koth.data.Addon
Packages that use Addon
Package
Description
-
Uses of Addon in me.ulrich.koth
Methods in me.ulrich.koth that return types with arguments of type AddonMethod parameters in me.ulrich.koth with type arguments of type AddonModifier and TypeMethodDescriptionvoidKoth.setAddonEnabledList(HashMap<Addon, Boolean> addonEnabledList) -
Uses of Addon in me.ulrich.koth.api
Method parameters in me.ulrich.koth.api with type arguments of type Addon -
Uses of Addon in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return types with arguments of type AddonMethod parameters in me.ulrich.koth.data with type arguments of type AddonConstructor parameters in me.ulrich.koth.data with type arguments of type Addon -
Uses of Addon in me.ulrich.koth.interfaces
Method parameters in me.ulrich.koth.interfaces with type arguments of type Addon -
Uses of Addon in me.ulrich.koth.loader.addon
Methods in me.ulrich.koth.loader.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.koth.loader.addon that return AddonMethods in me.ulrich.koth.loader.addon that return types with arguments of type AddonModifier and TypeMethodDescriptionAddonManager.getAddonInstance(String addonName) AddonManager.getAddons()Methods in me.ulrich.koth.loader.addon with parameters of type Addon -
Uses of Addon in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return types with arguments of type AddonMethod parameters in me.ulrich.koth.manager with type arguments of type Addon