Class RecipeManager

java.lang.Object
net.minestom.server.recipe.RecipeManager

public class RecipeManager extends Object
  • Constructor Details

    • RecipeManager

      public RecipeManager()
  • Method Details

    • addRecipes

      public void addRecipes(@NotNull @NotNull Recipe... recipe)
    • addRecipe

      public void addRecipe(@NotNull @NotNull Recipe recipe)
    • removeRecipe

      public void removeRecipe(@NotNull @NotNull Recipe recipe)
    • getRecipes

      @NotNull public @NotNull Set<Recipe> getRecipes()
    • getDeclareRecipesPacket

      @NotNull public @NotNull SendablePacket getDeclareRecipesPacket()