Class FluidMixer
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.handlers.FluidMixer
- All Implemented Interfaces:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable,com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<FluidMixerRecipe>
@ZenRegister
public class FluidMixer
extends Object
implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<FluidMixerRecipe>
-
Field Summary
Fields inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
JSON_RECIPE_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipe(String name, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient input1, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient input2, com.blamejared.crafttweaker.api.fluid.IFluidStack outputFluid, com.blamejared.crafttweaker.api.item.IItemStack outputItem, float pressure, int processingTime) net.minecraft.world.item.crafting.RecipeType<FluidMixerRecipe>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
addJsonRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, remove, removeAll, removeByInput, removeByModid, removeByName, removeByName, removeByRegex
-
Constructor Details
-
FluidMixer
public FluidMixer()
-
-
Method Details
-
addRecipe
public void addRecipe(String name, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient input1, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient input2, com.blamejared.crafttweaker.api.fluid.IFluidStack outputFluid, com.blamejared.crafttweaker.api.item.IItemStack outputItem, float pressure, int processingTime) -
getRecipeType
- Specified by:
getRecipeTypein interfacecom.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<FluidMixerRecipe>
-