Uses of Class
me.ulrich.clans.data.Addon
Packages that use Addon
Package
Description
-
Uses of Addon in me.ulrich.clans
Methods in me.ulrich.clans that return types with arguments of type Addon -
Uses of Addon in me.ulrich.clans.api
Methods in me.ulrich.clans.api that return AddonMethods in me.ulrich.clans.api that return types with arguments of type Addon -
Uses of Addon in me.ulrich.clans.interfaces
Methods in me.ulrich.clans.interfaces that return AddonMethods in me.ulrich.clans.interfaces that return types with arguments of type Addon -
Uses of Addon in me.ulrich.clans.loader.addon
Methods in me.ulrich.clans.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.clans.loader.addon that return AddonMethods in me.ulrich.clans.loader.addon that return types with arguments of type AddonModifier and TypeMethodDescriptionAddonManager.getAddonInstance(String addonName) AddonManager.getAddons()Methods in me.ulrich.clans.loader.addon with parameters of type Addon