Class TextModule
java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.text.TextModule
- All Implemented Interfaces:
AddonModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface AddonModule
AddonModule.ModuleOrigin, AddonModule.Registrar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitSelf(SkriptAddon addon) Override for module-specific initialization.voidloadSelf(SkriptAddon addon) Override for module-specific loading.name()Methods inherited from class HierarchicalAddonModule
canLoad, canLoadSelf, children, init, 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
-
TextModule
-
-
Method Details
-
initSelf
Description copied from class:HierarchicalAddonModuleOverride for module-specific initialization.- Overrides:
initSelfin classHierarchicalAddonModule- Parameters:
addon- The addon this module belongs to.
-
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.
-