Package | Description |
---|---|
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
Modifier and Type | Class and Description |
---|---|
class |
MapInitializeEvent
Called when a map is initialized.
|
class |
PluginDisableEvent
Called when a plugin is disabled.
|
class |
PluginEnableEvent
Called when a plugin is enabled.
|
class |
PluginEvent
Used for plugin enable and disable events
|
class |
RemoteServerCommandEvent
This event is called when a command is recieved over RCON.
|
class |
ServerCommandEvent
This event is called when a command is run from the server console.
|
class |
ServerListPingEvent
Called when a server list ping is coming in.
|
class |
ServiceEvent
An event relating to a registered service.
|
class |
ServiceRegisterEvent
This event is called when a service is registered.
|
class |
ServiceUnregisterEvent
This event is called when a service is unregistered.
|
Copyright © 2016. All rights reserved.