类 VillagerTrades.EmeraldsForVillagerTypeItem

java.lang.Object
net.minecraft.world.entity.npc.VillagerTrades.EmeraldsForVillagerTypeItem
所有已实现的接口:
VillagerTrades.ItemListing
封闭类:
VillagerTrades

static class VillagerTrades.EmeraldsForVillagerTypeItem extends Object implements VillagerTrades.ItemListing
  • 字段详细资料

    • trades

      private final Map<VillagerType,Item> trades
    • cost

      private final int cost
    • maxUses

      private final int maxUses
    • villagerXp

      private final int villagerXp
  • 构造器详细资料

    • EmeraldsForVillagerTypeItem

      public EmeraldsForVillagerTypeItem(int pCost, int pMaxUses, int pVillagerXp, Map<VillagerType,Item> pTrades)
  • 方法详细资料