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 --- a/src/main/java/org/bukkit/WorldBorder.java
+++ b/src/main/java/org/bukkit/WorldBorder.java +++ b/src/main/java/org/bukkit/WorldBorder.java
@@ -0,0 +0,0 @@ public interface WorldBorder { @@ -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 + // Paper start
+ /** + /**