Class ShopItem
java.lang.Object
com.pixelmonmod.pixelmon.entities.npcs.registry.ShopItem
-
Constructor Summary
ConstructorDescriptionShopItem
(BaseShopItem item, float buyMultiplier, float rarity, boolean canPriceVary) -
Method Summary
Modifier and TypeMethodDescriptionboolean
float
net.minecraft.world.item.ItemStack
float
-
Constructor Details
-
ShopItem
-
-
Method Details
-
getRarity
public float getRarity() -
getBuyMultiplier
public float getBuyMultiplier() -
canPriceVary
public boolean canPriceVary() -
getItemStack
public net.minecraft.world.item.ItemStack getItemStack() -
getBaseItem
-