Class PetalApothecaryProcessor
java.lang.Object
vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor<PetalApothecaryRecipe>
vazkii.botania.client.patchouli.processor.PetalApothecaryProcessor
- All Implemented Interfaces:
vazkii.patchouli.api.IComponentProcessor
-
Field Summary
Fields inherited from class vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor
recipe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(net.minecraft.world.level.Level level, vazkii.patchouli.api.IVariableProvider variables) Methods inherited from class vazkii.botania.client.patchouli.processor.ReagentRecipeProcessor
processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface vazkii.patchouli.api.IComponentProcessor
allowRender, refresh
-
Constructor Details
-
PetalApothecaryProcessor
public PetalApothecaryProcessor()
-
-
Method Details
-
setup
public void setup(net.minecraft.world.level.Level level, vazkii.patchouli.api.IVariableProvider variables) - Specified by:
setupin interfacevazkii.patchouli.api.IComponentProcessor- Specified by:
setupin classReagentRecipeProcessor<PetalApothecaryRecipe>
-