Class PropertiesModule
java.lang.Object
org.skriptlang.skript.common.properties.PropertiesModule
- All Implemented Interfaces:
AddonModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanLoad(SkriptAddon addon) Allow addons to specify whether they can load or not.voidload(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
init
-
Constructor Details
-
PropertiesModule
public PropertiesModule()
-
-
Method Details
-
canLoad
Description copied from interface:AddonModuleAllow addons to specify whether they can load or not. Called prior toAddonModule.init(SkriptAddon)- Specified by:
canLoadin interfaceAddonModule- Parameters:
addon- The addon this module belongs to.- Returns:
- Whether this module can load.
-
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:
-