mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-13 06:07:40 +01:00
7 lines
399 B
Plaintext
7 lines
399 B
Plaintext
# 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
|