Class StoneCuttingRecipeData

java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.StoneCuttingRecipeData
All Implemented Interfaces:
RecipeData

public class StoneCuttingRecipeData extends Object implements RecipeData
  • Constructor Details

    • StoneCuttingRecipeData

      public StoneCuttingRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient ingredient, ItemStack result)
  • Method Details

    • getGroup

      @NotNull public @NotNull String getGroup()
    • getIngredient

      @NotNull public @NotNull Ingredient getIngredient()
    • getResult

      @NotNull public @NotNull ItemStack getResult()