aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-03-17 11:23:15 -0700
committerGitHub <[email protected]>2023-03-17 19:23:15 +0100
commit02bc2eca34e6ad1d8ca2021f63ff67f562777e3e (patch)
tree6541f2dfb0f17c257ed8f0375256ea561059da6f
parent85a67dadf28ff329cc01429de84b8b62262435e6 (diff)
downloadPaper-02bc2eca34e6ad1d8ca2021f63ff67f562777e3e.tar.gz
Paper-02bc2eca34e6ad1d8ca2021f63ff67f562777e3e.zip
Fix reobf creating unintentional overrides (#8992)
-rw-r--r--build-data/reobf-mappings-patch.tiny7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny
index ab01bc265d..f46607ba7f 100644
--- a/build-data/reobf-mappings-patch.tiny
+++ b/build-data/reobf-mappings-patch.tiny
@@ -26,3 +26,10 @@ c net/minecraft/server/level/ChunkMap net/minecraft/server/level/PlayerChunkMap
# Paper changes type
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId e
+
+# upstream makes a bunch of methods public that cause accidental overrides now
+c net/minecraft/world/entity/Display net/minecraft/world/entity/Display
+ m ()I getInterpolationDelay getInterpolationDelay_
+ m (I)V setInterpolationDelay setInterpolationDelay_
+ m (I)V setInterpolationDuration setInterpolationDuration_
+