Class CTUtils
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.CTUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FluidIngredienttoFluidIngredient(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient ingredient) static net.minecraftforge.fluids.FluidStack[]toFluidStacks(com.blamejared.crafttweaker.api.fluid.IFluidStack[] stacks) static net.minecraft.world.item.ItemStack[]toItemStacks(com.blamejared.crafttweaker.api.item.IItemStack[] stacks) static net.minecraft.world.item.crafting.IngredienttoStackedIngredient(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount ingredient) static List<net.minecraft.world.item.crafting.Ingredient>toStackedIngredientList(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount[] ingredients)
-
Constructor Details
-
CTUtils
public CTUtils()
-
-
Method Details
-
toStackedIngredient
public static net.minecraft.world.item.crafting.Ingredient toStackedIngredient(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount ingredient) -
toStackedIngredientList
public static List<net.minecraft.world.item.crafting.Ingredient> toStackedIngredientList(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount[] ingredients) -
toItemStacks
public static net.minecraft.world.item.ItemStack[] toItemStacks(com.blamejared.crafttweaker.api.item.IItemStack[] stacks) -
toFluidStacks
public static net.minecraftforge.fluids.FluidStack[] toFluidStacks(com.blamejared.crafttweaker.api.fluid.IFluidStack[] stacks) -
toFluidIngredient
public static FluidIngredient toFluidIngredient(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient ingredient)
-