Interface ShapedRecipeAccessor


public interface ShapedRecipeAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.crafting.ShapedRecipePattern
    Raw pattern access, since this is not exposed directly.
    net.minecraft.world.item.ItemStack
    Raw accessor so we don't have to deal with janky empty registry access.
  • Method Details

    • botania_getPattern

      net.minecraft.world.item.crafting.ShapedRecipePattern botania_getPattern()
      Raw pattern access, since this is not exposed directly.
    • botania_getResult

      net.minecraft.world.item.ItemStack botania_getResult()
      Raw accessor so we don't have to deal with janky empty registry access.