Class EntityModule
java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.entity.EntityModule
- 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 TypeMethodDescriptionchildren()Override to provide child modules.protected voidloadSelf(SkriptAddon addon) Override for module-specific loading.name()Methods inherited from class org.skriptlang.skript.addon.HierarchicalAddonModule
canLoad, canLoadSelf, 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
-
EntityModule
-
-
Method Details
-
children
Description copied from class:HierarchicalAddonModuleOverride to provide child modules. Default returns an empty list.- Overrides:
childrenin classHierarchicalAddonModule- Returns:
- An iterable of child modules.
-
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.
-