Class ReagentRecipeProcessor<T extends RecipeWithReagent>

java.lang.Object
vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor<T>
All Implemented Interfaces:
vazkii.patchouli.api.IComponentProcessor
Direct Known Subclasses:
PetalApothecaryProcessor, RunicAltarProcessor

public abstract class ReagentRecipeProcessor<T extends RecipeWithReagent> extends Object implements vazkii.patchouli.api.IComponentProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected net.minecraft.world.item.crafting.RecipeHolder<T>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    vazkii.patchouli.api.IVariable
    process(net.minecraft.world.level.Level level, String key)
     
    abstract void
    setup(net.minecraft.world.level.Level level, vazkii.patchouli.api.IVariableProvider variables)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface vazkii.patchouli.api.IComponentProcessor

    allowRender, refresh
  • Field Details

    • recipe

      protected net.minecraft.world.item.crafting.RecipeHolder<T extends RecipeWithReagent> recipe
  • Constructor Details

    • ReagentRecipeProcessor

      public ReagentRecipeProcessor()
  • Method Details

    • setup

      public abstract void setup(net.minecraft.world.level.Level level, vazkii.patchouli.api.IVariableProvider variables)
      Specified by:
      setup in interface vazkii.patchouli.api.IComponentProcessor
    • process

      public vazkii.patchouli.api.IVariable process(net.minecraft.world.level.Level level, String key)
      Specified by:
      process in interface vazkii.patchouli.api.IComponentProcessor