接口的使用
org.bukkit.WorldBorder
-
org.bukkit中WorldBorder的使用
修饰符和类型方法说明static @NotNull WorldBorder
Bukkit.createWorldBorder()
创建一个虚拟世界边界
.Server.createWorldBorder()
Create a new virtualWorldBorder
.World.getWorldBorder()
获取这个世界的世界边界对象。 -
org.bukkit.entity中WorldBorder的使用
修饰符和类型方法说明Player.getWorldBorder()
Gets theWorldBorder
visible to this Player, or null if viewing the world's world border.修饰符和类型方法说明void
Player.setWorldBorder
(@Nullable WorldBorder border) Sets theWorldBorder
visible to this Player.