@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
Interface | Description |
---|---|
IRecipeTransferError |
A reason that a recipe transfer couldn't happen.
|
IRecipeTransferHandler<C extends net.minecraft.inventory.Container> |
A recipe transfer handler moves items into a crafting area, based on the items in a recipe.
|
IRecipeTransferHandlerHelper |
Helper functions for implementing an
IRecipeTransferHandler . |
IRecipeTransferInfo<C extends net.minecraft.inventory.Container> |
Gives JEI the information it needs to transfer recipes from a slotted inventory into the crafting area.
|
IRecipeTransferRegistry |
Register recipe transfer handlers here to give JEI the information it needs to transfer recipes into the crafting area.
|
Enum | Description |
---|---|
IRecipeTransferError.Type |