Uses of Interface
org.bukkit.WorldBorder
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of WorldBorder in io.papermc.paper.event.world.border
ModifierConstructorDescriptionWorldBorderBoundsChangeEvent
(@NotNull World world, @NotNull WorldBorder worldBorder, @NotNull WorldBorderBoundsChangeEvent.Type type, double oldSize, double newSize, long duration) WorldBorderBoundsChangeFinishEvent
(@NotNull World world, @NotNull WorldBorder worldBorder, double oldSize, double newSize, double duration) WorldBorderCenterChangeEvent
(@NotNull World world, @NotNull WorldBorder worldBorder, @NotNull Location oldCenter, @NotNull Location newCenter) protected
WorldBorderEvent
(@NotNull World world, @NotNull WorldBorder worldBorder) -
Uses of WorldBorder in org.bukkit
Modifier and TypeMethodDescriptionstatic @NotNull WorldBorder
Bukkit.createWorldBorder()
Create a new virtualWorldBorder
.Server.createWorldBorder()
Create a new virtualWorldBorder
.World.getWorldBorder()
Gets the world border for this world. -
Uses of WorldBorder in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.getWorldBorder()
Gets theWorldBorder
visible to this Player, or null if viewing the world's world border.Modifier and TypeMethodDescriptionvoid
Player.setWorldBorder
(@Nullable WorldBorder border) Sets theWorldBorder
visible to this Player.