Package guideme.document.block.recipes


package guideme.document.block.recipes
  • Class
    Description
    LytStandardRecipeBox<T extends net.minecraft.world.item.crafting.Recipe<?>>
    Provides an easy way to define recipes that are rendered as follows: Title bar with optional icon. A grid of slots on the left side, representing the recipe inputs. A grid of slots on the right side, representing the recipe outputs. A big arrow pointing left to right between the two grids.
     
    RecipeDisplayHolder<T extends net.minecraft.world.item.crafting.display.RecipeDisplay>