Class VillagerTrades.EmeraldsForVillagerTypeItem

java.lang.Object
net.minecraft.world.entity.npc.VillagerTrades.EmeraldsForVillagerTypeItem
All Implemented Interfaces:
VillagerTrades.ItemListing
Enclosing class:
VillagerTrades

static class VillagerTrades.EmeraldsForVillagerTypeItem extends Object implements VillagerTrades.ItemListing
  • Field Details

    • trades

      private final Map<VillagerType,​Item> trades
    • cost

      private final int cost
    • maxUses

      private final int maxUses
    • villagerXp

      private final int villagerXp
  • Constructor Details

    • EmeraldsForVillagerTypeItem

      public EmeraldsForVillagerTypeItem(int p_35669_, int p_35670_, int p_35671_, Map<VillagerType,​Item> p_35672_)
  • Method Details