Package org.skriptlang.skript.bukkit.pdc
Class PDCModule
java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.pdc.PDCModule
- All Implemented Interfaces:
AddonModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.skriptlang.skript.addon.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 org.skriptlang.skript.addon.HierarchicalAddonModule
canLoad, canLoadSelf, children, init, initSelf, load, origin, parentMethods 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
moduleRegistry, register
-
Constructor Details
-
PDCModule
-
-
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.
-