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