java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.CTUtils

public class CTUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    toFluidIngredient(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.Ingredient
    toStackedIngredient(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount ingredient)
     
    static List<net.minecraft.world.item.crafting.Ingredient>
    toStackedIngredientList(com.blamejared.crafttweaker.api.ingredient.IIngredientWithAmount[] ingredients)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)