public class ShopItem
extends java.lang.Object
Constructor and Description |
---|
ShopItem(BaseShopItem item,
float buyMultiplier,
float rarity,
boolean canPriceVary) |
Modifier and Type | Method and Description |
---|---|
boolean |
canPriceVary() |
BaseShopItem |
getBaseItem() |
float |
getBuyMultiplier() |
net.minecraft.item.ItemStack |
getItemStack() |
float |
getRarity() |
public ShopItem(BaseShopItem item, float buyMultiplier, float rarity, boolean canPriceVary)
public float getRarity()
public float getBuyMultiplier()
public boolean canPriceVary()
public net.minecraft.item.ItemStack getItemStack()
public BaseShopItem getBaseItem()