Uses of Interface
org.bukkit.Server
Packages that use 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
Methods in org.bukkit that return ServerModifier and TypeMethodDescriptionstatic @NotNull ServerBukkit.getServer()Gets the currentServersingletonMethods in org.bukkit with parameters of type Server - 
Uses of Server in org.bukkit.command
Methods in org.bukkit.command that return ServerModifier and TypeMethodDescription@NotNull ServerCommandSender.getServer()Returns the server instance that this command is running ondefault @NotNull ServerMessageCommandSender.getServer()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.bukkit.command with parameters of type ServerModifierConstructorDescriptionSimpleCommandMap(@NotNull Server server, Map<String, Command> backing)  - 
Uses of Server in org.bukkit.entity
Methods in org.bukkit.entity that return Server - 
Uses of Server in org.bukkit.plugin
Methods in org.bukkit.plugin that return ServerModifier and TypeMethodDescription@NotNull ServerPlugin.getServer()Returns the Server instance currently running this pluginConstructors in org.bukkit.plugin with parameters of type ServerModifierConstructorDescriptionSimplePluginManager(@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
Methods in org.bukkit.plugin.java that return ServerModifier and TypeMethodDescriptionfinal ServerJavaPlugin.getServer()Returns the Server instance currently running this pluginMethods in org.bukkit.plugin.java with parameters of type ServerModifier and TypeMethodDescriptionfinal voidJavaPlugin.init(PluginLoader loader, Server server, PluginDescriptionFile description, File dataFolder, File file, ClassLoader classLoader) final voidJavaPlugin.init(Server server, PluginDescriptionFile description, File dataFolder, File file, ClassLoader classLoader, @Nullable PluginMeta configuration, Logger logger) Constructors in org.bukkit.plugin.java with parameters of type Server