public class ChoseProductEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Constructor and Description |
|---|
ChoseProductEvent(IProduct product,
net.minecraft.item.ItemStack chosenProduct,
int index) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getChosenProduct() |
int |
getIndex() |
IProduct |
getProduct() |