Class EntityModule
java.lang.Object
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(SkriptAddon addon) Used for loading the components (e.g.Methods 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
canLoad, init
-
Constructor Details
-
EntityModule
public EntityModule()
-
-
Method Details
-
load
Description copied from interface:AddonModuleUsed for loading the components (e.g. syntax) of this module.- Specified by:
loadin interfaceAddonModule- Parameters:
addon- The addon this module belongs to.- See Also:
-