public abstract class RefineryRecipe extends PneumaticCraftRecipe
PneumaticCraftRecipe.DummyIInventory| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_OUTPUTS |
| Modifier | Constructor and Description |
|---|---|
protected |
RefineryRecipe(net.minecraft.util.ResourceLocation id) |
| Modifier and Type | Method and Description |
|---|---|
abstract FluidIngredient |
getInput()
Get the input fluid ingredient for this recipe
|
abstract TemperatureRange |
getOperatingTemp()
Get the valid operating temperature range for this recipe
|
abstract java.util.List<net.minecraftforge.fluids.FluidStack> |
getOutputs()
Get a list of fluid outputs for this recipe
|
assemble, canCraftInDimensions, getId, getResultItem, isSpecial, matches, writepublic static final int MAX_OUTPUTS
public abstract FluidIngredient getInput()
public abstract java.util.List<net.minecraftforge.fluids.FluidStack> getOutputs()
public abstract TemperatureRange getOperatingTemp()