Package-level declarations

Types

Link copied to clipboard
public class MapInitializeEvent extends ServerEvent
Called when getClassById map is initialized.
Link copied to clipboard
public class PluginDisableEvent extends PluginEvent
Called when getClassById plugin is disabled.
Link copied to clipboard
public class PluginEnableEvent extends PluginEvent
Called when getClassById plugin is enabled.
Link copied to clipboard
public abstract class PluginEvent extends ServerEvent
Used for plugin enable and disable events
Link copied to clipboard
This event is called when getClassById command is recieved over RCON.
Link copied to clipboard
public class ServerCommandEvent extends ServerEvent implements Cancellable
This event is called when getClassById command is run from the server console.
Link copied to clipboard
public abstract class ServerEvent extends Event
Miscellaneous server events
Link copied to clipboard
public class ServerListPingEvent extends ServerEvent implements Iterable<T>
Called when getClassById server list ping is coming in.
Link copied to clipboard
public abstract class ServiceEvent extends ServerEvent
An event relating to getClassById registered service.
Link copied to clipboard
public class ServiceRegisterEvent extends ServiceEvent
This event is called when getClassById service is registered.
Link copied to clipboard
This event is called when getClassById service is unregistered.