Interface RecipeManagerAccessor


public interface RecipeManagerAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    <C extends net.minecraft.world.item.crafting.RecipeInput, T extends net.minecraft.world.item.crafting.Recipe<C>>
    Collection<net.minecraft.world.item.crafting.RecipeHolder<T>>
    botania_getAll(net.minecraft.world.item.crafting.RecipeType<T> type)
     
  • Method Details

    • botania_getAll

      <C extends net.minecraft.world.item.crafting.RecipeInput, T extends net.minecraft.world.item.crafting.Recipe<C>> Collection<net.minecraft.world.item.crafting.RecipeHolder<T>> botania_getAll(net.minecraft.world.item.crafting.RecipeType<T> type)