public class LensConversionRecipe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
energy |
protected net.minecraft.item.crafting.Ingredient |
input |
protected net.minecraft.item.ItemStack |
output |
protected Lens |
type |
| Constructor and Description |
|---|
LensConversionRecipe(net.minecraft.item.crafting.Ingredient input,
net.minecraft.item.ItemStack output,
int energy,
Lens type) |
LensConversionRecipe(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack output,
int energy,
Lens type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnergyUsed() |
net.minecraft.item.crafting.Ingredient |
getInput() |
net.minecraft.item.ItemStack |
getOutput() |
Lens |
getType() |
boolean |
matches(net.minecraft.item.ItemStack input,
Lens lens) |
void |
transformHook(net.minecraft.item.ItemStack stack,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.math.BlockPos pos,
IAtomicReconstructor tile) |
protected final net.minecraft.item.crafting.Ingredient input
protected final net.minecraft.item.ItemStack output
protected final int energy
protected final Lens type
@Deprecated
public LensConversionRecipe(net.minecraft.item.ItemStack input,
net.minecraft.item.ItemStack output,
int energy,
Lens type)
public LensConversionRecipe(net.minecraft.item.crafting.Ingredient input,
net.minecraft.item.ItemStack output,
int energy,
Lens type)
public boolean matches(net.minecraft.item.ItemStack input,
Lens lens)
public net.minecraft.item.crafting.Ingredient getInput()
public net.minecraft.item.ItemStack getOutput()
public int getEnergyUsed()
public Lens getType()
public void transformHook(net.minecraft.item.ItemStack stack,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.math.BlockPos pos,
IAtomicReconstructor tile)