Interface CustomRecipe
- All Known Implementing Classes:
CustomBlastingRecipe, CustomCampfireRecipe, CustomFurnaceRecipe, CustomPotionMix, CustomShapedRecipe, CustomShapelessRecipe, CustomSmithingTransformRecipe, CustomSmokingRecipe, CustomStonecuttingRecipe, CustomTransmuteRecipe, DisabledRecipe
public interface CustomRecipe
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.key.KeygetKey()RecipeType<?> getType()default booleanreplace()
-
Method Details
-
getKey
net.kyori.adventure.key.Key getKey() -
replace
default boolean replace() -
getType
RecipeType<?> getType()
-