Interface IBasicItemListing

All Known Implementing Classes:
BasicTradeListing

public interface IBasicItemListing
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
     
    int
     
    net.minecraft.world.item.ItemStack
     
    net.minecraft.world.item.ItemStack
     
    float
     
    int
     
  • Method Details

    • getPrice

      net.minecraft.world.item.ItemStack getPrice()
    • getPrice2

      net.minecraft.world.item.ItemStack getPrice2()
    • getForSale

      net.minecraft.world.item.ItemStack getForSale()
    • getMaxTrades

      int getMaxTrades()
    • getXp

      int getXp()
    • getPriceMult

      float getPriceMult()