Uses of Class
dev.magicmq.pyspigot.bukkit.event.ScriptEvent
Packages that use ScriptEvent
Package
Description
Contains Bukkit-specific script events.
Contains the custom event for scripts to use.
-
Uses of ScriptEvent in dev.magicmq.pyspigot.bukkit.event
Subclasses of ScriptEvent in dev.magicmq.pyspigot.bukkit.eventModifier and TypeClassDescriptionclassCalled when a script throws an unhandled error/exception.classCalled when a script is loaded.classCalled when a script is unloaded. -
Uses of ScriptEvent in dev.magicmq.pyspigot.bukkit.event.custom
Subclasses of ScriptEvent in dev.magicmq.pyspigot.bukkit.event.customModifier and TypeClassDescriptionclassA custom event that scripts may instantiate and call for other plugins/scripts to listen to.