Updated Upstream (Bukkit/CraftBukkit) (#8240)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
caa7c486 SPIGOT-7109: Add WorldBorder#setSize using TimeUnit

CraftBukkit Changes:
1e3bf58cd SPIGOT-7109: Add WorldBorder#setSize using TimeUnit
This commit is contained in:
Jake Potrebic 2022-08-05 07:10:44 -07:00
parent 6fedc22e4b
commit 522db24de0
3 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/org/bukkit/WorldBorder.java
+++ b/src/main/java/org/bukkit/WorldBorder.java
@@ -0,0 +0,0 @@ public interface WorldBorder {
* @return if this location is inside the border or not
* @return The absolute maximum center coordinate of the WorldBorder
*/
public boolean isInside(@NotNull Location location);
public double getMaxCenterCoordinate();
+
+ // Paper start
+ /**

@ -1 +1 @@
Subproject commit 0260da7a4a687f86db2b69068f9b447cdfa28263
Subproject commit caa7c4866ac49b04808b75284715543f221649a5

@ -1 +1 @@
Subproject commit 8f3647242a7eadf8e2a7faf623089767c0466b52
Subproject commit 1e3bf58cdb2b099308d94dbc34d950155ee83ac3