Uses of Interface
me.clientastisch.extension.impl.Addon
-
Packages that use Addon Package Description me.clientastisch.extension -
-
Uses of Addon in me.clientastisch.extension
Methods in me.clientastisch.extension that return Addon Modifier and Type Method Description Addon
AddonInfo. getAddon()
Methods in me.clientastisch.extension that return types with arguments of type Addon Modifier and Type Method Description java.lang.Class<? extends Addon>
AddonInfo. getMainClass()
Methods in me.clientastisch.extension with parameters of type Addon Modifier and Type Method Description static void
Extension. registerCommand(Addon addon, Command command)
static void
Extension. registerDialect(Addon addon, PunishDialect dialect)
static void
Extension. registerDialect(Addon addon, ViolationDialect dialect)
static void
Extension. registerListener(Addon addon, EventListener listener)
static void
Extension. registerListener(Addon addon, org.bukkit.event.Listener listener)
static void
Extension. unregisterCommand(Addon addon, Command command)
static void
Extension. unregisterDialect(Addon addon, PunishDialect dialect)
static void
Extension. unregisterDialect(Addon addon, ViolationDialect dialect)
static void
Extension. unregisterListener(Addon addon, EventListener listener)
static void
Extension. unregisterListener(Addon addon, org.bukkit.event.Listener listener)
-