Class InteractionModule
java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.entity.interactions.InteractionModule
- All Implemented Interfaces:
AddonModule
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.skriptlang.skript.addon.AddonModule
AddonModule.ModuleOrigin, AddonModule.Registrar -
Constructor Summary
ConstructorsConstructorDescriptionInteractionModule(AddonModule parentModule) Constructs a child addon module with the given parent module. -
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
-
InteractionModule
Constructs a child addon module with the given parent module.- Parameters:
parentModule- The parent module that created this child module.
-
-
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.
-