Class Recipe

java.lang.Object
net.minestom.server.recipe.Recipe
Direct Known Subclasses:
BlastingRecipe, CampfireCookingRecipe, ShapedRecipe, ShapelessRecipe, SmeltingRecipe, SmithingTransformRecipe, SmithingTrimRecipe, SmokingRecipe, StonecutterRecipe

public abstract class Recipe extends Object
  • Field Details

  • Constructor Details

    • Recipe

      protected Recipe(@NotNull @NotNull RecipeType type, @NotNull @NotNull String id)
  • Method Details

    • shouldShow

      public abstract boolean shouldShow(@NotNull @NotNull Player player)
    • type

      @NotNull public @NotNull RecipeType type()
    • id

      @NotNull public @NotNull String id()