Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AccessFluidTagIngredient - Interface in com.blamejared.createtweaker.mixin.access
- AccessProcessingRecipeBuilder - Interface in com.blamejared.createtweaker.mixin.access
- addMirroredRecipe(String, IItemStack, IIngredient[][]) - Method in class com.blamejared.createtweaker.recipe.manager.MechanicalCrafterManager
-
Adds a mirrored recipe to the Mechanical Crafter.
- addOutput(SequencedAssemblyRecipeBuilder, IItemStack, float) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Adds an output to the recipe.
- addRecipe(SequencedAssemblyRecipeBuilder) - Method in class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
-
Adds the recipe that the builder built.
- addRecipe(String, IIngredient, IIngredient, Percentaged<IItemStack>[], boolean) - Method in class com.blamejared.createtweaker.recipe.manager.DeployerApplicationManager
-
Adds a new deployer application recipe.
- addRecipe(String, IItemStack, IIngredient[][]) - Method in class com.blamejared.createtweaker.recipe.manager.MechanicalCrafterManager
-
Adds a recipe to the Mechanical Crafter.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.CrushingManager
-
Adds a recipe to the Crusher.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.CuttingManager
-
Adds a recipe to the Cutter.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.HauntingManager
-
Adds a Haunting recipe.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.MillingManager
-
Adds a milling recipe.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.SplashingManager
-
Adds a splashing recipe.
- addRecipe(String, Percentaged<IItemStack>[], IIngredient, IIngredient, boolean) - Method in class com.blamejared.createtweaker.recipe.manager.ItemApplicationManager
-
Adds a new item application recipe.
- addRecipe(String, Percentaged<IItemStack>[], IIngredientWithAmount, int) - Method in class com.blamejared.createtweaker.recipe.manager.PressingManager
-
Adds a pressing recipe.
- addRecipe(String, Percentaged<IItemStack>, IFluidStack, IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.EmptyingManager
-
Adds an emptying recipe.
- addRecipe(String, Percentaged<IItemStack>, IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.CuttingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addRecipe(String, Percentaged<IItemStack>, IIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.SandPaperPolishingManager
-
Adds a sand paper polishing recipe.
- addRecipe(String, Percentaged<IItemStack>, IIngredient, CTFluidIngredient, int) - Method in class com.blamejared.createtweaker.recipe.manager.FillingManager
-
Adds a filling recipe.
- addRecipe(String, Percentaged<IItemStack>, IIngredient, IFluidStack, int) - Method in class com.blamejared.createtweaker.recipe.manager.FillingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addRecipe(String, HeatCondition, IFluidStack[], IIngredientWithAmount[], CTFluidIngredient[], int) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Adds a recipe to the Compactor that outputs FluidStacks.
- addRecipe(String, HeatCondition, IFluidStack[], IIngredientWithAmount[], CTFluidIngredient[], int) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Adds a mixing recipe that outputs FluidStacks.
- addRecipe(String, HeatCondition, IFluidStack[], IIngredientWithAmount[], IFluidStack[], int) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addRecipe(String, HeatCondition, IFluidStack[], IIngredientWithAmount[], IFluidStack[], int) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addRecipe(String, HeatCondition, Percentaged<IItemStack>[], IIngredientWithAmount[], CTFluidIngredient[], int) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Adds a recipe to the Compactor that outputs ItemStacks.
- addRecipe(String, HeatCondition, Percentaged<IItemStack>[], IIngredientWithAmount[], CTFluidIngredient[], int) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Adds a mixing recipe that outputs ItemStacks.
- addRecipe(String, HeatCondition, Percentaged<IItemStack>[], IIngredientWithAmount[], IFluidStack[], int) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addRecipe(String, HeatCondition, Percentaged<IItemStack>[], IIngredientWithAmount[], IFluidStack[], int) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addStep(SequencedAssemblyRecipeBuilder, Class<T>) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Adds a step to the recipe.
- addStep(SequencedAssemblyRecipeBuilder, Class<T>, Function<ProcessingRecipeBuilder<T>, ProcessingRecipeBuilder<T>>) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Adds a step to the recipe.
- averageProcessingDuration(ProcessingRecipeBuilder) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the duration of the recipe to the average processing duration, which is 100 ticks.
B
- builder(String) - Method in class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
-
Gets a sequenced assembly recipe builder.
C
- CLASS_TO_FACTORY - Static variable in class com.blamejared.createtweaker.CreateTweakerHelper
- com.blamejared.createtweaker - package com.blamejared.createtweaker
- com.blamejared.createtweaker.mixin.access - package com.blamejared.createtweaker.mixin.access
- com.blamejared.createtweaker.natives - package com.blamejared.createtweaker.natives
- com.blamejared.createtweaker.natives.recipe - package com.blamejared.createtweaker.natives.recipe
- com.blamejared.createtweaker.recipe.fun - package com.blamejared.createtweaker.recipe.fun
- com.blamejared.createtweaker.recipe.handler - package com.blamejared.createtweaker.recipe.handler
- com.blamejared.createtweaker.recipe.manager - package com.blamejared.createtweaker.recipe.manager
- com.blamejared.createtweaker.recipe.manager.base - package com.blamejared.createtweaker.recipe.manager.base
- com.blamejared.createtweaker.recipe.replacement - package com.blamejared.createtweaker.recipe.replacement
- com.blamejared.createtweaker.recipe.type - package com.blamejared.createtweaker.recipe.type
- com.blamejared.createtweaker.service - package com.blamejared.createtweaker.service
- com.blamejared.createtweaker.services - package com.blamejared.createtweaker.services
- CompactingManager - Class in com.blamejared.createtweaker.recipe.manager
- CompactingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.CompactingManager
- CompactingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- CompactingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.CompactingRecipeHandler
- CreateTweaker - Class in com.blamejared.createtweaker
- CreateTweaker() - Constructor for class com.blamejared.createtweaker.CreateTweaker
- createtweaker$getParams() - Method in interface com.blamejared.createtweaker.mixin.access.AccessProcessingRecipeBuilder
- createtweaker$getTag() - Method in interface com.blamejared.createtweaker.mixin.access.AccessFluidTagIngredient
- CreateTweakerConstants - Class in com.blamejared.createtweaker
- CreateTweakerConstants() - Constructor for class com.blamejared.createtweaker.CreateTweakerConstants
- CreateTweakerCTPlugin - Class in com.blamejared.createtweaker
- CreateTweakerCTPlugin() - Constructor for class com.blamejared.createtweaker.CreateTweakerCTPlugin
- CreateTweakerForge - Class in com.blamejared.createtweaker
- CreateTweakerForge() - Constructor for class com.blamejared.createtweaker.CreateTweakerForge
- CreateTweakerHelper - Class in com.blamejared.createtweaker
- CreateTweakerHelper() - Constructor for class com.blamejared.createtweaker.CreateTweakerHelper
- CreateTweakerRecipeComponents - Class in com.blamejared.createtweaker.recipe.replacement
- CreateTweakerRecipeComponents() - Constructor for class com.blamejared.createtweaker.recipe.replacement.CreateTweakerRecipeComponents
- CreateTweakerRecipeComponents.Input - Class in com.blamejared.createtweaker.recipe.replacement
- CrushingManager - Class in com.blamejared.createtweaker.recipe.manager
- CrushingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.CrushingManager
- CrushingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- CrushingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.CrushingRecipeHandler
- CTDeployerApplicationRecipe - Class in com.blamejared.createtweaker.recipe.type
- CTDeployerApplicationRecipe(ProcessingRecipeBuilder<DeployerApplicationRecipe>, DeployerRecipeFunction) - Constructor for class com.blamejared.createtweaker.recipe.type.CTDeployerApplicationRecipe
- CuttingManager - Class in com.blamejared.createtweaker.recipe.manager
- CuttingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.CuttingManager
- CuttingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- CuttingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.CuttingRecipeHandler
D
- decompose(IRecipeManager<? super MechanicalCraftingRecipe>, MechanicalCraftingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.MechanicalCraftingRecipeHandler
- decompose(IRecipeManager<? super T>, T) - Method in interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
- DeployerApplicationManager - Class in com.blamejared.createtweaker.recipe.manager
- DeployerApplicationManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.DeployerApplicationManager
- DeployerApplicationRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- DeployerApplicationRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.DeployerApplicationRecipeHandler
- DeployerRecipeFunction - Interface in com.blamejared.createtweaker.recipe.fun
- doesConflict(IRecipeManager<? super MechanicalCraftingRecipe>, MechanicalCraftingRecipe, U) - Method in class com.blamejared.createtweaker.recipe.handler.MechanicalCraftingRecipeHandler
- doesConflict(IRecipeManager<? super T>, T, U) - Method in interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
- doFluidIngredientsConflict(T, T) - Method in interface com.blamejared.createtweaker.service.PlatformService
- doFluidIngredientsConflict(T, T) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- dumpToCommandString(IRecipeManager, SandPaperPolishingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.SandPaperPolishingRecipeHandler
- dumpToCommandString(IRecipeManager, EmptyingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.EmptyingRecipeHandler
- dumpToCommandString(IRecipeManager, FillingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.FillingRecipeHandler
- dumpToCommandString(IRecipeManager, MechanicalCraftingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.MechanicalCraftingRecipeHandler
- dumpToCommandString(IRecipeManager, CrushingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.CrushingRecipeHandler
- dumpToCommandString(IRecipeManager, DeployerApplicationRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.DeployerApplicationRecipeHandler
- dumpToCommandString(IRecipeManager, ManualApplicationRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.ItemApplicationRecipeHandler
- dumpToCommandString(IRecipeManager, HauntingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.HauntingRecipeHandler
- dumpToCommandString(IRecipeManager, SplashingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.SplashingRecipeHandler
- dumpToCommandString(IRecipeManager, MillingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.MillingRecipeHandler
- dumpToCommandString(IRecipeManager, CompactingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.CompactingRecipeHandler
- dumpToCommandString(IRecipeManager, MixingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.MixingRecipeHandler
- dumpToCommandString(IRecipeManager, PressingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.PressingRecipeHandler
- dumpToCommandString(IRecipeManager, CuttingRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.CuttingRecipeHandler
- duration(ProcessingRecipeBuilder, int) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the duration of the recipe in ticks.
E
- EmptyingManager - Class in com.blamejared.createtweaker.recipe.manager
- EmptyingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.EmptyingManager
- EmptyingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- EmptyingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.EmptyingRecipeHandler
- ExpandAbstractCrushingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandAbstractCrushingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandAbstractCrushingRecipe
- ExpandBasinRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandBasinRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandBasinRecipe
- ExpandCompactingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandCompactingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandCompactingRecipe
- ExpandCrushingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandCrushingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandCrushingRecipe
- ExpandCuttingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandCuttingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandCuttingRecipe
- ExpandDeployerApplicationRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandDeployerApplicationRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandDeployerApplicationRecipe
- ExpandEmptyingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandEmptyingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandEmptyingRecipe
- ExpandFillingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandFillingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandFillingRecipe
- ExpandFluidIngredient - Class in com.blamejared.createtweaker.natives
- ExpandFluidIngredient() - Constructor for class com.blamejared.createtweaker.natives.ExpandFluidIngredient
- ExpandHauntingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandHauntingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandHauntingRecipe
- ExpandHeatCondition - Class in com.blamejared.createtweaker.natives
- ExpandHeatCondition() - Constructor for class com.blamejared.createtweaker.natives.ExpandHeatCondition
- ExpandIAssemblyRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandIAssemblyRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandIAssemblyRecipe
- ExpandItemApplicationRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandItemApplicationRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe
- ExpandManualApplicationRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandManualApplicationRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandManualApplicationRecipe
- ExpandMillingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandMillingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandMillingRecipe
- ExpandMixingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandMixingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandMixingRecipe
- ExpandPressingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandPressingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandPressingRecipe
- ExpandProcessingOutput - Class in com.blamejared.createtweaker.natives
- ExpandProcessingOutput() - Constructor for class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- ExpandProcessingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandProcessingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- ExpandProcessingRecipeBuilder - Class in com.blamejared.createtweaker.natives
- ExpandProcessingRecipeBuilder() - Constructor for class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
- ExpandProcessingRecipeFactory - Class in com.blamejared.createtweaker.natives
- ExpandProcessingRecipeFactory() - Constructor for class com.blamejared.createtweaker.natives.ExpandProcessingRecipeFactory
- ExpandSandPaperPolishingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandSandPaperPolishingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandSandPaperPolishingRecipe
- ExpandSequencedAssemblyRecipeBuilder - Class in com.blamejared.createtweaker.natives
- ExpandSequencedAssemblyRecipeBuilder() - Constructor for class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
- ExpandSmartInventory - Class in com.blamejared.createtweaker.natives
- ExpandSmartInventory() - Constructor for class com.blamejared.createtweaker.natives.ExpandSmartInventory
- ExpandSplashingRecipe - Class in com.blamejared.createtweaker.natives.recipe
- ExpandSplashingRecipe() - Constructor for class com.blamejared.createtweaker.natives.recipe.ExpandSplashingRecipe
F
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.CompactingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.CrushingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.CuttingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.DeployerApplicationRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.EmptyingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.FillingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.HauntingRecipeHandler
- factory() - Method in interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.ItemApplicationRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.MillingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.MixingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.PressingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.SandPaperPolishingRecipeHandler
- factory() - Method in class com.blamejared.createtweaker.recipe.handler.SplashingRecipeHandler
- FillingManager - Class in com.blamejared.createtweaker.recipe.manager
- FillingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.FillingManager
- FillingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- FillingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.FillingRecipeHandler
- ForgePlatformService - Class in com.blamejared.createtweaker.services
- ForgePlatformService() - Constructor for class com.blamejared.createtweaker.services.ForgePlatformService
- fromFluidStack(IFluidStack) - Method in interface com.blamejared.createtweaker.service.PlatformService
- fromFluidStack(IFluidStack) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- fromTag(TagKey<Fluid>, int) - Method in interface com.blamejared.createtweaker.service.PlatformService
- fromTag(TagKey<Fluid>, int) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
G
- getChance(ProcessingOutput) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- getColor(HeatCondition) - Static method in class com.blamejared.createtweaker.natives.ExpandHeatCondition
-
Gets the color of this heat condition.
- getCommandString(HeatCondition) - Static method in class com.blamejared.createtweaker.natives.ExpandHeatCondition
- getCreateRecipeType() - Method in interface com.blamejared.createtweaker.recipe.manager.base.IProcessingRecipeManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.CrushingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.CuttingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.DeployerApplicationManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.EmptyingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.FillingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.HauntingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.ItemApplicationManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.MillingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.PressingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.SandPaperPolishingManager
- getCreateRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.SplashingManager
- getFactoryForClass(Class<T>) - Static method in class com.blamejared.createtweaker.CreateTweakerHelper
- getFluidIngredients(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getFluidResults(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getId() - Method in class com.blamejared.createtweaker.recipe.type.CTDeployerApplicationRecipe
- getMatchingFluidStacks(FluidIngredient) - Static method in class com.blamejared.createtweaker.natives.ExpandFluidIngredient
- getMatchingFluidStacks(FluidIngredient) - Method in interface com.blamejared.createtweaker.service.PlatformService
- getMatchingFluidStacks(FluidIngredient) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- getProcessedItem(ItemApplicationRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe
-
Gets the processed Item.
- getProcessingDuration(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getRecipeFluidResults(ProcessingRecipe<?>) - Method in interface com.blamejared.createtweaker.service.PlatformService
- getRecipeFluidResults(ProcessingRecipe<?>) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- getRecipeType() - Method in interface com.blamejared.createtweaker.recipe.manager.base.IProcessingRecipeManager
- getRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.MechanicalCrafterManager
- getRecipeType() - Method in class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
- getRequiredAmount(FluidIngredient) - Static method in class com.blamejared.createtweaker.natives.ExpandFluidIngredient
- getRequiredAmount(FluidIngredient) - Method in interface com.blamejared.createtweaker.service.PlatformService
- getRequiredAmount(FluidIngredient) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- getRequiredFluid(FillingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandFillingRecipe
- getRequiredHeat(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getRequiredHeldItem(ItemApplicationRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe
-
Gets the required held item.
- getResultingFluid(EmptyingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandEmptyingRecipe
- getRollableResults(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getRollableResultsAsItemStacks(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- getSerializer() - Method in interface com.blamejared.createtweaker.recipe.manager.base.IProcessingRecipeManager
- getSerializer() - Method in class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
- getSerializer() - Method in class com.blamejared.createtweaker.recipe.type.CTDeployerApplicationRecipe
- getStack(ProcessingOutput) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- getTranslationKey(HeatCondition) - Static method in class com.blamejared.createtweaker.natives.ExpandHeatCondition
-
Gets the translation key of this heat condition.
H
- HauntingManager - Class in com.blamejared.createtweaker.recipe.manager
- HauntingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.HauntingManager
- HauntingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- HauntingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.HauntingRecipeHandler
- HEAT - Static variable in class com.blamejared.createtweaker.recipe.replacement.CreateTweakerRecipeComponents.Input
I
- IProcessingRecipeHandler<T extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?>> - Interface in com.blamejared.createtweaker.recipe.handler
- IProcessingRecipeManager<T extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?>> - Interface in com.blamejared.createtweaker.recipe.manager.base
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.CompactingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.CrushingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.CuttingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.DeployerApplicationRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.EmptyingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.FillingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.HauntingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.ItemApplicationRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.MillingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.MixingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.PressingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.SandPaperPolishingRecipeHandler
- isGoodRecipe(Recipe<?>) - Method in class com.blamejared.createtweaker.recipe.handler.SplashingRecipeHandler
- ItemApplicationManager - Class in com.blamejared.createtweaker.recipe.manager
- ItemApplicationManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.ItemApplicationManager
- ItemApplicationRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- ItemApplicationRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.ItemApplicationRecipeHandler
L
- load(T...) - Static method in class com.blamejared.createtweaker.service.Services
- loops(SequencedAssemblyRecipeBuilder, int) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Sets the amount of loops the recipe has.
M
- mapFluidIngredients(CTFluidIngredient) - Static method in class com.blamejared.createtweaker.CreateTweakerHelper
- mapFluidIngredientsToCT(FluidIngredient) - Static method in class com.blamejared.createtweaker.CreateTweakerHelper
- mapFluidIngredientsToCT(FluidIngredient) - Method in interface com.blamejared.createtweaker.service.PlatformService
- mapFluidIngredientsToCT(FluidIngredient) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- mapPercentagedToProcessingOutput(Percentaged<IItemStack>) - Static method in class com.blamejared.createtweaker.CreateTweakerHelper
- mapProcessingResult(ProcessingOutput) - Static method in class com.blamejared.createtweaker.CreateTweakerHelper
- MechanicalCrafterManager - Class in com.blamejared.createtweaker.recipe.manager
- MechanicalCrafterManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.MechanicalCrafterManager
- MechanicalCraftingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- MechanicalCraftingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.MechanicalCraftingRecipeHandler
- MillingManager - Class in com.blamejared.createtweaker.recipe.manager
- MillingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.MillingManager
- MillingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- MillingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.MillingRecipeHandler
- MixingManager - Class in com.blamejared.createtweaker.recipe.manager
- MixingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.MixingManager
- MixingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- MixingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.MixingRecipeHandler
- MOD_ID - Static variable in class com.blamejared.createtweaker.CreateTweakerConstants
- MOD_NAME - Static variable in class com.blamejared.createtweaker.CreateTweakerConstants
O
- output(ProcessingRecipeBuilder<?>, IFluidStack) - Method in interface com.blamejared.createtweaker.service.PlatformService
- output(ProcessingRecipeBuilder<?>, IFluidStack) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- output(ProcessingRecipeBuilder, IFluidStack) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to output the given
IFluidStack. - output(ProcessingRecipeBuilder, Percentaged<IItemStack>) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to output the given
Percentageditem.
P
- PLATFORM - Static variable in class com.blamejared.createtweaker.service.Services
- PlatformService - Interface in com.blamejared.createtweaker.service
- PressingManager - Class in com.blamejared.createtweaker.recipe.manager
- PressingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.PressingManager
- PressingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- PressingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.PressingRecipeHandler
- process(List<ProcessingOutput>) - Method in interface com.blamejared.createtweaker.recipe.fun.DeployerRecipeFunction
R
- random - Static variable in class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- random(ProcessingOutput) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- recompose(IRecipeManager<? super MechanicalCraftingRecipe>, ResourceLocation, IDecomposedRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.MechanicalCraftingRecipeHandler
- recompose(IRecipeManager<? super CrushingRecipe>, ResourceLocation, IDecomposedRecipe) - Method in class com.blamejared.createtweaker.recipe.handler.CrushingRecipeHandler
- recompose(IRecipeManager<? super T>, ResourceLocation, IDecomposedRecipe) - Method in interface com.blamejared.createtweaker.recipe.handler.IProcessingRecipeHandler
- registerRecipe(String, Consumer<ProcessingRecipeBuilder<DeployerApplicationRecipe>>, DeployerRecipeFunction) - Method in class com.blamejared.createtweaker.recipe.manager.DeployerApplicationManager
-
Registers a recipe using a builder approach.
- registerRecipe(String, Consumer<ProcessingRecipeBuilder<T>>) - Method in interface com.blamejared.createtweaker.recipe.manager.base.IProcessingRecipeManager
-
Registers a recipe using a builder approach.
- registerRecipe(String, Consumer<SequencedAssemblyRecipeBuilder>) - Method in class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
-
Registers a recipe with the given name and is built by the consumer.
- registerRecipeComponents(IRecipeComponentRegistrationHandler) - Method in class com.blamejared.createtweaker.CreateTweakerCTPlugin
- remove(CTFluidIngredient) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Removes a recipe based on the output
IFluidStack. - remove(CTFluidIngredient) - Method in class com.blamejared.createtweaker.recipe.manager.EmptyingManager
-
Removes emptying recipes based on the output FluidStack.
- remove(CTFluidIngredient) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Removes recipes based on the output fluid.
- remove(IFluidStack) - Method in class com.blamejared.createtweaker.recipe.manager.CompactingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- remove(IFluidStack) - Method in class com.blamejared.createtweaker.recipe.manager.EmptyingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- remove(IFluidStack) - Method in class com.blamejared.createtweaker.recipe.manager.MixingManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- require(ProcessingRecipeBuilder, CTFluidIngredient) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to require the given fluid ingredient.
- require(ProcessingRecipeBuilder, IIngredient) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to require the given item ingredient.
- require(SequencedAssemblyRecipeBuilder, IIngredient) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Sets that the recipe requires the given ingredient.
- requiresHeat(ProcessingRecipeBuilder, HeatCondition) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to require the specific
HeatCondition. - rl(String) - Static method in class com.blamejared.createtweaker.CreateTweakerConstants
- rollOutput(ProcessingOutput) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingOutput
- rollResults(ProcessingRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe
- rollResults(List<ProcessingOutput>) - Method in class com.blamejared.createtweaker.recipe.type.CTDeployerApplicationRecipe
S
- SandPaperPolishingManager - Class in com.blamejared.createtweaker.recipe.manager
- SandPaperPolishingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.SandPaperPolishingManager
- SandPaperPolishingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- SandPaperPolishingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.SandPaperPolishingRecipeHandler
- SequencedAssemblyManager - Class in com.blamejared.createtweaker.recipe.manager
- SequencedAssemblyManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.SequencedAssemblyManager
- Services - Class in com.blamejared.createtweaker.service
- Services() - Constructor for class com.blamejared.createtweaker.service.Services
- shouldKeepHeldItem(ItemApplicationRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandItemApplicationRecipe
-
Should the recipe keep the held item?
- SplashingManager - Class in com.blamejared.createtweaker.recipe.manager
- SplashingManager() - Constructor for class com.blamejared.createtweaker.recipe.manager.SplashingManager
- SplashingRecipeHandler - Class in com.blamejared.createtweaker.recipe.handler
- SplashingRecipeHandler() - Constructor for class com.blamejared.createtweaker.recipe.handler.SplashingRecipeHandler
- supportsAssembly(IAssemblyRecipe) - Static method in class com.blamejared.createtweaker.natives.recipe.ExpandIAssemblyRecipe
-
Does this recipe support being used in assembly processing.
T
- test(FluidIngredient, IFluidStack) - Static method in class com.blamejared.createtweaker.natives.ExpandFluidIngredient
- testFluidIngredient(FluidIngredient, IFluidStack) - Method in interface com.blamejared.createtweaker.service.PlatformService
- testFluidIngredient(FluidIngredient, IFluidStack) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- toolNotConsumed(ProcessingRecipeBuilder) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the recipe to keep the tool.
- transitionTo(SequencedAssemblyRecipeBuilder, Item) - Static method in class com.blamejared.createtweaker.natives.ExpandSequencedAssemblyRecipeBuilder
-
Sets the transition item of the sequence.
W
- withFluidIngredients(ProcessingRecipeBuilder, CTFluidIngredient...) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the fluid ingredients of the recipe.
- withFluidOutputs(ProcessingRecipeBuilder<ProcessingRecipe<Container>>, IFluidStack...) - Method in interface com.blamejared.createtweaker.service.PlatformService
- withFluidOutputs(ProcessingRecipeBuilder<ProcessingRecipe<Container>>, IFluidStack...) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- withFluidOutputs(ProcessingRecipeBuilder<T>, List<IFluidStack>) - Method in interface com.blamejared.createtweaker.service.PlatformService
- withFluidOutputs(ProcessingRecipeBuilder<T>, List<IFluidStack>) - Method in class com.blamejared.createtweaker.services.ForgePlatformService
- withFluidOutputs(ProcessingRecipeBuilder, IFluidStack...) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the fluid outputs of the recipe.
- withItemIngredients(ProcessingRecipeBuilder, IIngredient...) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the item ingredients of the recipe.
- withItemOutputs(ProcessingRecipeBuilder, Percentaged<IItemStack>...) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the item outputs of the recipe.
- withSingleItemOutput(ProcessingRecipeBuilder, IItemStack) - Static method in class com.blamejared.createtweaker.natives.ExpandProcessingRecipeBuilder
-
Sets the single item output of the recipe.
All Classes and Interfaces|All Packages|Constant Field Values