java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
com.lightning.northstar.block.tech.circuit_engraver.EngravingRecipe
All Implemented Interfaces:
com.simibubi.create.content.processing.sequenced.IAssemblyRecipe, net.minecraft.world.item.crafting.Recipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>

@ParametersAreNonnullByDefault public class EngravingRecipe extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper> implements com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.simibubi.create.content.processing.recipe.StandardProcessingRecipe

    com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Builder<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>, com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Factory<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>, com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Serializer<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>
  • Field Summary

    Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe

    fluidIngredients, fluidResults, ingredients, params, processingDuration, requiredHeat, results

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    EngravingRecipe(com.simibubi.create.content.processing.recipe.ProcessingRecipeParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAssemblyIngredients(List<net.minecraft.world.item.crafting.Ingredient> list)
     
    void
    addRequiredMachines(Set<net.minecraft.world.level.ItemLike> list)
     
    protected boolean
     
    net.minecraft.network.chat.Component
     
    Supplier<Supplier<com.simibubi.create.compat.jei.category.sequencedAssembly.SequencedAssemblySubCategory>>
     
    protected int
     
    protected int
     
    boolean
    matches(net.neoforged.neoforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level worldIn)
     

    Methods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe

    assemble, canCraftInDimensions, canRequireHeat, codec, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getIngredients, getMaxFluidInputCount, getMaxFluidOutputCount, getParams, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, rollResults, rollResults, streamCodec, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe

    addAssemblyFluidIngredients, supportsAssembly

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isIncomplete, showNotification
  • Constructor Details

    • EngravingRecipe

      public EngravingRecipe(com.simibubi.create.content.processing.recipe.ProcessingRecipeParams params)
  • Method Details

    • matches

      public boolean matches(net.neoforged.neoforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level worldIn)
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper>
    • getDescriptionForAssembly

      public net.minecraft.network.chat.Component getDescriptionForAssembly()
      Specified by:
      getDescriptionForAssembly in interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
    • addRequiredMachines

      public void addRequiredMachines(Set<net.minecraft.world.level.ItemLike> list)
      Specified by:
      addRequiredMachines in interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
    • addAssemblyIngredients

      public void addAssemblyIngredients(List<net.minecraft.world.item.crafting.Ingredient> list)
      Specified by:
      addAssemblyIngredients in interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
    • getJEISubCategory

      public Supplier<Supplier<com.simibubi.create.compat.jei.category.sequencedAssembly.SequencedAssemblySubCategory>> getJEISubCategory()
      Specified by:
      getJEISubCategory in interface com.simibubi.create.content.processing.sequenced.IAssemblyRecipe
    • getMaxInputCount

      protected int getMaxInputCount()
      Specified by:
      getMaxInputCount in class com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
    • getMaxOutputCount

      protected int getMaxOutputCount()
      Specified by:
      getMaxOutputCount in class com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
    • canSpecifyDuration

      protected boolean canSpecifyDuration()
      Overrides:
      canSpecifyDuration in class com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.neoforged.neoforge.items.wrapper.RecipeWrapper,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>