public abstract class FuelQualityRecipe extends PneumaticCraftRecipe
PneumaticCraftRecipe.DummyIInventory| Modifier | Constructor and Description |
|---|---|
protected |
FuelQualityRecipe(net.minecraft.util.ResourceLocation id) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getAirPerBucket()
Get the amount of compressed air (in mL) produced by burning 1000mB of this fuel in a liquid compressor,
with no speed upgrades.
|
abstract float |
getBurnRate()
Get the burn rate for this fuel.
|
abstract FluidIngredient |
getFuel()
Get the fuel for this recipe
|
abstract boolean |
matchesFluid(net.minecraft.fluid.Fluid inputFluid)
Does the given fluid match this recipe?
|
assemble, canCraftInDimensions, getId, getResultItem, isSpecial, matches, writeprotected FuelQualityRecipe(net.minecraft.util.ResourceLocation id)
public abstract boolean matchesFluid(net.minecraft.fluid.Fluid inputFluid)
inputFluid - the fluid to testpublic abstract FluidIngredient getFuel()
public abstract int getAirPerBucket()
public abstract float getBurnRate()