Interface CustomRecipe

All Known Implementing Classes:
CustomBlastingRecipe, CustomCampfireRecipe, CustomFurnaceRecipe, CustomPotionMix, CustomShapedRecipe, CustomShapelessRecipe, CustomSmithingTransformRecipe, CustomSmokingRecipe, CustomStonecuttingRecipe, CustomTransmuteRecipe, DisabledRecipe

public interface CustomRecipe
  • Method Summary

    Modifier and Type
    Method
    Description
    net.kyori.adventure.key.Key
     
     
    default boolean
     
  • Method Details

    • getKey

      net.kyori.adventure.key.Key getKey()
    • replace

      default boolean replace()
    • getType

      RecipeType<?> getType()