2021-06-11 07:45:34 +00:00
|
|
|
# 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
|
2021-11-22 05:39:19 +00:00
|
|
|
# 1.18 todo: check these
|
|
|
|
#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
|