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) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Server in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getServer()
Returns the Server instance currently running this pluginModifier and TypeMethodDescriptionfinal void
JavaPlugin.init
(@NotNull Server server, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @NotNull ClassLoader classLoader, PluginMeta configuration, @NotNull Logger logger) final void
JavaPlugin.init
(@NotNull PluginLoader loader, @NotNull Server server, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @NotNull ClassLoader classLoader)