Package org.skriptlang.skript.common
Class CommonModule
java.lang.Object
org.skriptlang.skript.common.CommonModule
- All Implemented Interfaces:
AddonModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(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, wait
Methods inherited from interface org.skriptlang.skript.addon.AddonModule
canLoad, init
-
Constructor Details
-
CommonModule
public CommonModule()
-
-
Method Details
-
load
Description copied from interface:AddonModule
Used for loading the components (e.g. syntax) of this module.- Specified by:
load
in interfaceAddonModule
- Parameters:
addon
- The addon this module belongs to.- See Also:
-