Uses of Interface
org.bukkit.WorldBorder
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
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)
WorldBorderEvent(@NotNull World world, @NotNull WorldBorder worldBorder)
-
Uses of WorldBorder in org.bukkit