public class MoistenerFuel
extends java.lang.Object
| Constructor and Description |
|---|
MoistenerFuel(net.minecraft.item.ItemStack item,
net.minecraft.item.ItemStack product,
int stage,
int moistenerValue) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getItem()
The item to use
|
int |
getMoistenerValue()
How much this item contributes to the final product of the moistener (i.e.
|
net.minecraft.item.ItemStack |
getProduct()
The item that leaves the moistener's working slot (i.e.
|
int |
getStage()
What stage this product represents.
|
public MoistenerFuel(net.minecraft.item.ItemStack item,
net.minecraft.item.ItemStack product,
int stage,
int moistenerValue)
public net.minecraft.item.ItemStack getItem()
public net.minecraft.item.ItemStack getProduct()
public int getMoistenerValue()
public int getStage()