From 02bc2eca34e6ad1d8ca2021f63ff67f562777e3e Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Fri, 17 Mar 2023 11:23:15 -0700 Subject: [PATCH] Fix reobf creating unintentional overrides (#8992) --- build-data/reobf-mappings-patch.tiny | 7 +++++++ 1 file changed, 7 insertions(+) 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_ +