Class CreateTweakerHelper

java.lang.Object
com.blamejared.createtweaker.CreateTweakerHelper

public class CreateTweakerHelper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Supplier<Map<Class<?>,com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<?>>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?>>
    com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<T>
     
    static com.simibubi.create.foundation.fluid.FluidIngredient
    mapFluidIngredients(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient ingredient)
     
    static com.blamejared.crafttweaker.api.fluid.CTFluidIngredient
    mapFluidIngredientsToCT(com.simibubi.create.foundation.fluid.FluidIngredient ingredient)
     
    static com.simibubi.create.content.processing.recipe.ProcessingOutput
    mapPercentagedToProcessingOutput(com.blamejared.crafttweaker.api.util.random.Percentaged<com.blamejared.crafttweaker.api.item.IItemStack> stack)
     
    static com.blamejared.crafttweaker.api.util.random.Percentaged<com.blamejared.crafttweaker.api.item.IItemStack>
    mapProcessingResult(com.simibubi.create.content.processing.recipe.ProcessingOutput result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CLASS_TO_FACTORY

      public static final Supplier<Map<Class<?>,com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<?>>> CLASS_TO_FACTORY
  • Constructor Details

    • CreateTweakerHelper

      public CreateTweakerHelper()
  • Method Details

    • mapFluidIngredients

      public static com.simibubi.create.foundation.fluid.FluidIngredient mapFluidIngredients(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient ingredient)
    • mapFluidIngredientsToCT

      public static com.blamejared.crafttweaker.api.fluid.CTFluidIngredient mapFluidIngredientsToCT(com.simibubi.create.foundation.fluid.FluidIngredient ingredient)
    • mapProcessingResult

      public static com.blamejared.crafttweaker.api.util.random.Percentaged<com.blamejared.crafttweaker.api.item.IItemStack> mapProcessingResult(com.simibubi.create.content.processing.recipe.ProcessingOutput result)
    • mapPercentagedToProcessingOutput

      public static com.simibubi.create.content.processing.recipe.ProcessingOutput mapPercentagedToProcessingOutput(com.blamejared.crafttweaker.api.util.random.Percentaged<com.blamejared.crafttweaker.api.item.IItemStack> stack)
    • getFactoryForClass

      public static <T extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?>> com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<T> getFactoryForClass(Class<T> clazz)