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 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 HierarchicalAddonModule
canLoad, canLoadSelf, init, initSelf, 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
-
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.
-