Class FluidMixerRecipe
java.lang.Object
me.desht.pneumaticcraft.api.crafting.recipe.PneumaticCraftRecipe
me.desht.pneumaticcraft.api.crafting.recipe.FluidMixerRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<PneumaticCraftRecipe.DummyIInventory>
- Direct Known Subclasses:
FluidMixerRecipeImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class me.desht.pneumaticcraft.api.crafting.recipe.PneumaticCraftRecipe
PneumaticCraftRecipe.DummyIInventory -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFluidMixerRecipe(net.minecraft.resources.ResourceLocation id) -
Method Summary
Modifier and TypeMethodDescriptionabstract FluidIngredientabstract FluidIngredientabstract net.minecraftforge.fluids.FluidStackabstract net.minecraft.world.item.ItemStackabstract intabstract floatabstract booleanmatches(net.minecraftforge.fluids.FluidStack fluid1, net.minecraftforge.fluids.FluidStack fluid2) Methods inherited from class me.desht.pneumaticcraft.api.crafting.recipe.PneumaticCraftRecipe
assemble, canCraftInDimensions, getId, getResultItem, isSpecial, matches, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getSerializer, getToastSymbol, getType, isIncomplete, showNotification
-
Constructor Details
-
FluidMixerRecipe
protected FluidMixerRecipe(net.minecraft.resources.ResourceLocation id)
-
-
Method Details
-
matches
public abstract boolean matches(net.minecraftforge.fluids.FluidStack fluid1, net.minecraftforge.fluids.FluidStack fluid2) -
getInput1
-
getInput2
-
getOutputFluid
public abstract net.minecraftforge.fluids.FluidStack getOutputFluid() -
getOutputItem
public abstract net.minecraft.world.item.ItemStack getOutputItem() -
getProcessingTime
public abstract int getProcessingTime() -
getRequiredPressure
public abstract float getRequiredPressure()
-