Package com.blamejared.createtweaker
Class CreateTweakerHelper
java.lang.Object
com.blamejared.createtweaker.CreateTweakerHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?>>
com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeFactory<T>getFactoryForClass(Class<T> clazz) static com.simibubi.create.foundation.fluid.FluidIngredientmapFluidIngredients(com.blamejared.crafttweaker.api.fluid.CTFluidIngredient ingredient) static com.blamejared.crafttweaker.api.fluid.CTFluidIngredientmapFluidIngredientsToCT(com.simibubi.create.foundation.fluid.FluidIngredient ingredient) static com.simibubi.create.content.processing.recipe.ProcessingOutputmapPercentagedToProcessingOutput(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)
-
Field Details
-
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)
-