Interface GeyserRecipe

All Known Implementing Classes:
GeyserShapedRecipe, GeyserShapelessRecipe

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

    Modifier and Type
    Method
    Description
    boolean
    Whether the recipe is flexible or not in which items can be placed where.
    @Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack
     
  • Method Details

    • isShaped

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

      @Nullable org.geysermc.mcprotocollib.protocol.data.game.item.ItemStack result()