CompactingManager
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
Implements
CompactingManager
implements the following interfaces:
IProcessingRecipeManager<CompactingRecipe>
,IRecipeManager<ProcessingRecipe>
,CommandStringDisplayable
Undocumented Interfaces
Iterable<Recipe>
Members
Parameters:
name: string
Type: string
- The name of the recipe. outputs: Percentaged<IItemStack>[]
Type: Percentaged<IItemStack>[]
- The output ItemStacks of the recipe. fluidInputs: FluidIngredient[]
(optional) Type: FluidIngredient[]
- The optional fluid inputs of the recipe.
Default Value: [] as crafttweaker.api.fluid.FluidIngredient[]
duration: int
(optional) Type: int
- The duration of the recipe in ticks.
Default Value: 100
Parameters:
name: string
Type: string
- The name of the recipe. fluidInputs: FluidIngredient[]
(optional) Type: FluidIngredient[]
- The optional fluid inputs of the recipe.
Default Value: [] as crafttweaker.api.fluid.FluidIngredient[]
duration: int
(optional) Type: int
- The duration of the recipe in ticks.
Default Value: 100
Return Type:
string
Return Type:
string
Parameters:
name: string
Type: string
Return Type:
Recipe
Parameters:
output: IIngredient
Type: IIngredient
Return Type:
List<Recipe>
Return Type:
Recipe[ResourceLocation]
Return Type:
Recipe[ResourceLocation]
Parameters:
name: string
Type: string
- The name of the recipe. recipeBuilder: function(t as ProcessingRecipeBuilder<ProcessingRecipe>) as void
Type: function(t as ProcessingRecipeBuilder<ProcessingRecipe>) as void
- The recipe builder. Parameters:
output: IIngredient
Type: IIngredient
Parameters:
input: IItemStack
Type: IItemStack
Parameters:
modid: string
Type: string
exclude: function(t as string) as bool
(optional) Type: function(t as string) as bool
Default Value: (name as string) as bool => false
Parameters:
names: string[]
Type: string[]
Parameters:
regex: string
Type: string
exclude: function(t as string) as bool
(optional) Type: function(t as string) as bool
Default Value: (name as string) as bool => false