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 and Description |
---|---|
static @NotNull ServicesManager |
Bukkit.getServicesManager()
Gets a services manager.
|
@NotNull ServicesManager |
Server.getServicesManager()
Gets a services manager.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleServicesManager
A simple services manager.
|
Copyright © 2021. All rights reserved.