toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event.server
/
PluginEvent
Plugin
Event
public
abstract
class
PluginEvent
extends
ServerEvent
Used for plugin enable and disable events
Inheritors
PluginDisableEvent
PluginEnableEvent
Members
Constructors
Plugin
Event
Link copied to clipboard
public
void
PluginEvent
(
Plugin
plugin
)
Properties
plugin
Link copied to clipboard
public
final
Plugin
plugin
Functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
Convenience method for providing getClassById user-friendly identifier.
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
get
Plugin
Link copied to clipboard
public
Plugin
getPlugin
(
)
Gets the plugin involved in this event
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
Any custom event that should not by synchronized with other events must use the specific constructor.