Class PotionModule
java.lang.Object
org.skriptlang.skript.bukkit.potion.PotionModule
- All Implemented Interfaces:
AddonModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.skriptlang.skript.addon.AddonModule
AddonModule.ModuleOrigin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(SkriptAddon addon) Used for loading the components of this module that are needed first or by other modules (e.g.voidload(SkriptAddon addon) Used for loading the components (e.g.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.skriptlang.skript.addon.AddonModule
canLoad
-
Constructor Details
-
PotionModule
public PotionModule()
-
-
Method Details
-
init
Description copied from interface:AddonModuleUsed for loading the components of this module that are needed first or by other modules (e.g. class infos). This method will always be called beforeAddonModule.load(SkriptAddon).- Specified by:
initin interfaceAddonModule- Parameters:
addon- The addon this module belongs to.- See Also:
-
load
Description copied from interface:AddonModuleUsed for loading the components (e.g. syntax) of this module.- Specified by:
loadin interfaceAddonModule- Parameters:
addon- The addon this module belongs to.- See Also:
-