类 VillagerTrades.ItemsForEmeralds

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

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

    • itemStack

      private final ItemStack itemStack
    • emeraldCost

      private final int emeraldCost
    • numberOfItems

      private final int numberOfItems
    • maxUses

      private final int maxUses
    • villagerXp

      private final int villagerXp
    • priceMultiplier

      private final float priceMultiplier
  • 构造器详细资料

    • ItemsForEmeralds

      public ItemsForEmeralds(Block pBlock, int pEmeraldCost, int pNumberOfItems, int pMaxUses, int pVillagerXp)
    • ItemsForEmeralds

      public ItemsForEmeralds(Item pItem, int pEmeraldCost, int pNumberOfItems, int pVillagerXp)
    • ItemsForEmeralds

      public ItemsForEmeralds(Item pItem, int pEmeraldCost, int pNumberOfItems, int pMaxUses, int pVillagerXp)
    • ItemsForEmeralds

      public ItemsForEmeralds(ItemStack pItemStack, int pEmeraldCost, int pNumberOfItems, int pMaxUses, int pVillagerXp)
    • ItemsForEmeralds

      public ItemsForEmeralds(ItemStack pItemStack, int pEmeraldCost, int pNumberOfItems, int pMaxUses, int pVillagerXp, float pPriceMultiplier)
  • 方法详细资料