1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-08-10 17:52:02 -07:00

Fix reobf creating unintentional overrides ()

This commit is contained in:
Jake Potrebic
2023-03-17 11:23:15 -07:00
parent f104213baf
commit b89c5fac03

@@ -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_