Class ExpandItemsAndEmeraldsToItems

java.lang.Object
com.blamejared.crafttweaker.natives.villager.trade.type.ExpandItemsAndEmeraldsToItems

@ZenRegister public class ExpandItemsAndEmeraldsToItems extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.entity.npc.VillagerTrades.ItemsAndEmeraldsToItems
    of(net.minecraft.world.item.trading.ItemCost fromItem, int emeraldCost, net.minecraft.world.item.ItemStack toItem, int maxUses, int villagerXp, float priceMultiplier, net.minecraft.resources.ResourceKey<net.minecraft.world.item.enchantment.providers.EnchantmentProvider> enchantmentProvider)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandItemsAndEmeraldsToItems

      public ExpandItemsAndEmeraldsToItems()
  • Method Details

    • of

      public static net.minecraft.world.entity.npc.VillagerTrades.ItemsAndEmeraldsToItems of(net.minecraft.world.item.trading.ItemCost fromItem, int emeraldCost, net.minecraft.world.item.ItemStack toItem, int maxUses, int villagerXp, float priceMultiplier, net.minecraft.resources.ResourceKey<net.minecraft.world.item.enchantment.providers.EnchantmentProvider> enchantmentProvider)