Class LytStandardRecipeBox<T extends net.minecraft.world.item.crafting.Recipe<?>>

All Implemented Interfaces:
LytBlockContainer, LytErrorSink, ExportableResourceProvider, Styleable

public class LytStandardRecipeBox<T extends net.minecraft.world.item.crafting.Recipe<?>> extends LytVBox implements ExportableResourceProvider
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.

Use the builder() method to get started.