1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-27 18:29:03 +01:00
PaperMC/build-data/additional-spigot-member-mappings.csrg
2021-07-07 06:52:40 +00:00

6 lines
399 B
Text

# CraftBukkit maps all of (mojmap names):
# Merchant.getLevel()
# Entity.getCommandSenderWorld()
# to getWorld(), which confuses our ability to map this method properly. This patch disambiguates it
net/minecraft/world/item/trading/IMerchant fE ()Lnet/minecraft/world/level/World; getLevel
net/minecraft/world/entity/npc/EntityVillagerAbstract fE ()Lnet/minecraft/world/level/World; getLevel