Uses of Interface
org.bukkit.WorldBorder
Packages that use 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 org.bukkitMethods in org.bukkit that return WorldBorderModifier and TypeMethodDescriptionstatic WorldBorderBukkit.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.entityMethods in org.bukkit.entity that return WorldBorderModifier and TypeMethodDescriptionPlayer.getWorldBorder()Gets theWorldBordervisible to this Player, or null if viewing the world's world border.Methods in org.bukkit.entity with parameters of type WorldBorderModifier and TypeMethodDescriptionvoidPlayer.setWorldBorder(WorldBorder border) Sets theWorldBordervisible to this Player.