Hotfix for some of the reobf issues tracked in Paperweight issue 24 (#5965)
This commit is contained in:
parent
28aacb44dd
commit
a7cddc4153
|
@ -20,6 +20,19 @@ c net/minecraft/server/level/ServerLevel net/minecraft/server/level/WorldServer
|
||||||
c net/minecraft/core/RegistryAccess net/minecraft/core/IRegistryCustom
|
c net/minecraft/core/RegistryAccess net/minecraft/core/IRegistryCustom
|
||||||
m (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; registryOrThrow d
|
m (Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/core/Registry; registryOrThrow d
|
||||||
|
|
||||||
|
c net/minecraft/server/ServerResources net/minecraft/server/DataPackResources
|
||||||
|
m ()Lnet/minecraft/server/packs/resources/ResourceManager; getResourceManager i
|
||||||
|
|
||||||
|
c net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
|
||||||
|
m ()Lnet/minecraft/world/level/storage/WorldData; getWorldData getSaveData
|
||||||
|
|
||||||
|
c net/minecraft/world/effect/MobEffect net/minecraft/world/effect/MobEffectList
|
||||||
|
m (I)Lnet/minecraft/world/effect/MobEffect; byId fromId
|
||||||
|
|
||||||
|
# Paper moves method up from ServerLevel to Level
|
||||||
|
c net/minecraft/world/level/Level net/minecraft/world/level/World
|
||||||
|
m ()Lnet/minecraft/core/BlockPos; getSharedSpawnPos getSpawn
|
||||||
|
|
||||||
# Paper changes type
|
# Paper changes type
|
||||||
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
|
c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials
|
||||||
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId bw
|
f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId bw
|
||||||
|
|
Loading…
Reference in New Issue