Uses of Interface
org.bukkit.Server
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relating to handling specialized non-chat player input.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of Server in org.bukkit
-
Uses of Server in org.bukkit.command
-
Uses of Server in org.bukkit.entity
-
Uses of Server in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getServer()
Returns the Server instance currently running this pluginModifierConstructorDescriptionSimplePluginManager
(@NotNull Server instance, @NotNull SimpleCommandMap commandMap) -
Uses of Server in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getServer()
Returns the Server instance currently running this plugin