Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
2cf4b82d71 Correctly parse last update for old chunks for regionfile recalc
8f65f378ce [ci skip] Fix typo in getNearbyLivingEntities documentation (#7205)
87e443bf9a Fix migration logic for old player saving config option
6cb62bf003 Deprecate localized name API (#7212)
5883773e37 Fix Chunk#isSlimeChunk when all-chunks-are-slime-chunks is true (#7211)
1931bb53bf https://youtu.be/NIH6j7-w198
This commit is contained in:
BillyGalbreath
2021-12-28 15:49:08 -06:00
parent 1f2d9788a7
commit eceb7fb471
4 changed files with 4 additions and 24 deletions

View File

@@ -684,7 +684,7 @@ index 248cd6faa72a91ceaf6f74d06c05d05bd26f5fbc..6ec728854333cd473528162b6381e7a5
/**
diff --git a/src/main/java/org/bukkit/inventory/meta/ItemMeta.java b/src/main/java/org/bukkit/inventory/meta/ItemMeta.java
index f093f991f1fedd20fcef041b093398250b7fb286..49d8b1bdad79f452c863f83557ffde7e8f4749c6 100644
index 77f52b117dec8b99a507995a587505229eadb89e..ba8c55f9ad20049d950813cc971c18aa9a33c172 100644
--- a/src/main/java/org/bukkit/inventory/meta/ItemMeta.java
+++ b/src/main/java/org/bukkit/inventory/meta/ItemMeta.java
@@ -59,7 +59,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
@@ -705,7 +705,7 @@ index f093f991f1fedd20fcef041b093398250b7fb286..49d8b1bdad79f452c863f83557ffde7e
void setDisplayName(@Nullable String name);
// Paper start
@@ -155,7 +155,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
@@ -161,7 +161,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
* @return a list of lore that is set
* @deprecated in favour of {@link #lore()}
*/
@@ -714,7 +714,7 @@ index f093f991f1fedd20fcef041b093398250b7fb286..49d8b1bdad79f452c863f83557ffde7e
@Nullable
List<String> getLore();
@@ -179,7 +179,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
@@ -185,7 +185,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
* @param lore the lore that will be set
* @deprecated in favour of {@link #lore(List)}
*/