Interface GeyserRecipe

All Known Implementing Classes:
GeyserShapedRecipe, GeyserShapelessRecipe, GeyserSmithingRecipe

public interface GeyserRecipe
A more compact version of RecipeDisplay.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.cloudburstmc.protocol.bedrock.data.inventory.crafting.recipe.RecipeData>
     
    boolean
    Whether the recipe is flexible or not in which items can be placed where.
    org.geysermc.mcprotocollib.protocol.data.game.recipe.display.slot.SlotDisplay
     
  • Method Details

    • isShaped

      boolean isShaped()
      Whether the recipe is flexible or not in which items can be placed where.
    • result

      org.geysermc.mcprotocollib.protocol.data.game.recipe.display.slot.SlotDisplay result()
    • asRecipeData

      List<org.cloudburstmc.protocol.bedrock.data.inventory.crafting.recipe.RecipeData> asRecipeData(GeyserSession session)