Interface IAssemblyRecipe

All Known Implementing Classes:
CuttingRecipe, DeployerApplicationRecipe, FillingRecipe, PressingRecipe

public interface IAssemblyRecipe
  • Method Details

    • supportsAssembly

      default boolean supportsAssembly()
    • getDescriptionForAssembly

      net.minecraft.network.chat.Component getDescriptionForAssembly()
    • addRequiredMachines

      void addRequiredMachines(Set<net.minecraft.world.level.ItemLike> list)
    • addAssemblyIngredients

      void addAssemblyIngredients(List<net.minecraft.world.item.crafting.Ingredient> list)
    • addAssemblyFluidIngredients

      default void addAssemblyFluidIngredients(List<FluidIngredient> list)
    • getJEISubCategory