public class BaseShopItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
| Constructor and Description |
|---|
BaseShopItem(java.lang.String id,
net.minecraft.item.ItemStack itemStack,
int buy,
int sell) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getItem() |