Class RunicAltarProcessor

java.lang.Object
vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor<RunicAltarRecipe>
vazkii.botania.client.patchouli.processor.RunicAltarProcessor
All Implemented Interfaces:
vazkii.patchouli.api.IComponentProcessor

public class RunicAltarProcessor extends ReagentRecipeProcessor<RunicAltarRecipe>
  • Field Summary

    Fields inherited from class vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor

    recipe
  • 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)
     
    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
  • Constructor Details

    • RunicAltarProcessor

      public RunicAltarProcessor()
  • Method Details

    • setup

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

      public vazkii.patchouli.api.IVariable process(net.minecraft.world.level.Level level, String key)
      Specified by:
      process in interface vazkii.patchouli.api.IComponentProcessor
      Overrides:
      process in class ReagentRecipeProcessor<RunicAltarRecipe>