Uses of Class
dev.magicmq.pyspigot.bungee.event.ScriptEvent
Packages that use ScriptEvent
Package
Description
Contains BungeeCord-specific script events.
Contains the custom event for scripts to use.
-
Uses of ScriptEvent in dev.magicmq.pyspigot.bungee.event
Subclasses of ScriptEvent in dev.magicmq.pyspigot.bungee.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.bungee.event.custom
Subclasses of ScriptEvent in dev.magicmq.pyspigot.bungee.event.customModifier and TypeClassDescriptionclassA custom event that scripts may instantiate and call for other plugins/scripts to listen to.