Class BrewingModule
java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.brewing.BrewingModule
- All Implemented Interfaces:
AddonModule
Module containing brewing stand related elements.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AddonModule
AddonModule.ModuleOrigin, AddonModule.Registrar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidloadSelf(SkriptAddon addon) Override for module-specific loading.name()Methods inherited from class HierarchicalAddonModule
canLoad, canLoadSelf, children, init, initSelf, load, origin, parentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AddonModule
moduleRegistry, register
-
Constructor Details
-
BrewingModule
-
-
Method Details
-
loadSelf
Description copied from class:HierarchicalAddonModuleOverride for module-specific loading.- Specified by:
loadSelfin classHierarchicalAddonModule- Parameters:
addon- The addon this module belongs to.
-
name
- Returns:
- The name of this module.
-