Class ExpandFluidIngredient
java.lang.Object
com.blamejared.createtweaker.natives.ExpandFluidIngredient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.blamejared.crafttweaker.api.fluid.IFluidStack>getMatchingFluidStacks(com.simibubi.create.foundation.fluid.FluidIngredient internal) static longgetRequiredAmount(com.simibubi.create.foundation.fluid.FluidIngredient internal) static booleantest(com.simibubi.create.foundation.fluid.FluidIngredient internal, com.blamejared.crafttweaker.api.fluid.IFluidStack t)
-
Constructor Details
-
ExpandFluidIngredient
public ExpandFluidIngredient()
-
-
Method Details
-
getRequiredAmount
public static long getRequiredAmount(com.simibubi.create.foundation.fluid.FluidIngredient internal) -
getMatchingFluidStacks
public static List<com.blamejared.crafttweaker.api.fluid.IFluidStack> getMatchingFluidStacks(com.simibubi.create.foundation.fluid.FluidIngredient internal) -
test
public static boolean test(com.simibubi.create.foundation.fluid.FluidIngredient internal, com.blamejared.crafttweaker.api.fluid.IFluidStack t)
-