Uses of Interface
org.bukkit.Server
-
Packages that use Server Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.command Classes relating to handling specialized non-chat player input.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc.org.bukkit.plugin Classes specifically relating to loading software modules at runtime.org.bukkit.plugin.java Classes for handlingpluginswritten in java. -
-
Uses of Server in org.bukkit
Methods in org.bukkit that return Server Modifier and Type Method Description static @NotNull ServerBukkit. getServer()Gets the currentServersingletonMethods in org.bukkit with parameters of type Server Modifier and Type Method Description static voidBukkit. setServer(@NotNull Server server)Attempts to set theServersingleton. -
Uses of Server in org.bukkit.command
Methods in org.bukkit.command that return Server Modifier and Type Method Description @NotNull ServerCommandSender. getServer()Returns the server instance that this command is running onConstructors in org.bukkit.command with parameters of type Server Constructor Description SimpleCommandMap(@NotNull Server server) -
Uses of Server in org.bukkit.entity
Methods in org.bukkit.entity that return Server Modifier and Type Method Description @NotNull ServerEntity. getServer()Gets theServerthat contains this Entity -
Uses of Server in org.bukkit.plugin
Methods in org.bukkit.plugin that return Server Modifier and Type Method Description @NotNull ServerPlugin. getServer()Returns the Server instance currently running this pluginConstructors in org.bukkit.plugin with parameters of type Server Constructor Description SimplePluginManager(@NotNull Server instance, @NotNull SimpleCommandMap commandMap) -
Uses of Server in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that return Server Modifier and Type Method Description @NotNull ServerJavaPlugin. getServer()Returns the Server instance currently running this pluginConstructors in org.bukkit.plugin.java with parameters of type Server Constructor Description JavaPluginLoader(@NotNull Server instance)Deprecated.
-