Class ScriptLoadEvent
java.lang.Object
org.bukkit.event.Event
dev.magicmq.pyspigot.bukkit.event.ScriptEvent
dev.magicmq.pyspigot.bukkit.event.ScriptLoadEvent
Called when a script is loaded. This event fires at the end of a load operation on a script. The event will not fire for scripts that fail to load. Therefore, it is safe to assume the script within this event is currently running.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.magicmq.pyspigot.bukkit.event.ScriptEvent
getScriptMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ScriptLoadEvent
public ScriptLoadEvent(dev.magicmq.pyspigot.manager.script.Script script) - Parameters:
script- The script that was loaded
-
-
Method Details
-
getHandlers
- Overrides:
getHandlersin classScriptEvent
-
getHandlerList
-