Interface IAssemblyRecipe
- All Known Implementing Classes:
CuttingRecipe,DeployerApplicationRecipe,FillingRecipe,PressingRecipe
public interface IAssemblyRecipe
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidaddAssemblyIngredients(List<net.minecraft.world.item.crafting.Ingredient> list) voidaddRequiredMachines(Set<net.minecraft.world.level.ItemLike> list) net.minecraft.network.chat.Componentdefault boolean
-
Method Details
-
supportsAssembly
default boolean supportsAssembly() -
getDescriptionForAssembly
net.minecraft.network.chat.Component getDescriptionForAssembly() -
addRequiredMachines
-
addAssemblyIngredients
-
addAssemblyFluidIngredients
-
getJEISubCategory
Supplier<Supplier<SequencedAssemblySubCategory>> getJEISubCategory()
-