diff options
author | Jake Potrebic <[email protected]> | 2023-06-17 11:43:08 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-17 11:43:08 -0700 |
commit | 3a0373901e2eff8a39a1e296f481213720d7609a (patch) | |
tree | e6202cf51310a32530c78c65ced447ae8d0083e8 /patches/api/0172-Fix-Spigot-annotation-mistakes.patch | |
parent | c1ea5502d4cfe8effb361d297b008364a4279eea (diff) | |
download | Paper-3a0373901e2eff8a39a1e296f481213720d7609a.tar.gz Paper-3a0373901e2eff8a39a1e296f481213720d7609a.zip |
Add method to get ungenerated chunk from long key (#9254)
Also added a missing deprecation for a location block key method
Diffstat (limited to 'patches/api/0172-Fix-Spigot-annotation-mistakes.patch')
-rw-r--r-- | patches/api/0172-Fix-Spigot-annotation-mistakes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/api/0172-Fix-Spigot-annotation-mistakes.patch b/patches/api/0172-Fix-Spigot-annotation-mistakes.patch index 6176bc1f41..812216d485 100644 --- a/patches/api/0172-Fix-Spigot-annotation-mistakes.patch +++ b/patches/api/0172-Fix-Spigot-annotation-mistakes.patch @@ -282,10 +282,10 @@ index e455eb21abf121dc6ff10ff8a13dd06f67096a8f..bbc01e7c192ae6689c301670047ff114 return origin; } diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java -index eea0b7edd0a4e8a698c21e8b468f802e072a68cc..948a989aeea4165f0714db69c70ca8dcb488d44d 100644 +index c6019065869130608ac97af951c7036031eec242..31fc272b0e82e4eef6d9bf01dd25d39513d354b3 100644 --- a/src/main/java/org/bukkit/World.java +++ b/src/main/java/org/bukkit/World.java -@@ -397,9 +397,8 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient +@@ -415,9 +415,8 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient * @param z Z-coordinate of the chunk * @return Whether the chunk was actually refreshed * @@ -296,7 +296,7 @@ index eea0b7edd0a4e8a698c21e8b468f802e072a68cc..948a989aeea4165f0714db69c70ca8dc public boolean refreshChunk(int x, int z); /** -@@ -2112,8 +2111,10 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient +@@ -2130,8 +2129,10 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient * @return The spawned {@link FallingBlock} instance * @throws IllegalArgumentException if {@link Location} or {@link * MaterialData} are null or {@link Material} of the {@link MaterialData} is not a block |