Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
Modifier and Type | Method | Description |
---|---|---|
static @NotNull PluginManager |
Bukkit.getPluginManager() |
Gets the plugin manager for interfacing with plugins.
|
@NotNull PluginManager |
Server.getPluginManager() |
Gets the plugin manager for interfacing with plugins.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimplePluginManager |
Handles all plugin management from the Server
|
Copyright © 2020. All rights reserved.