public interface IRecipeTransferHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends net.minecraft.inventory.Container> |
getContainerClass() |
java.lang.String |
getRecipeCategoryUid() |
IRecipeTransferError |
transferRecipe(net.minecraft.inventory.Container container,
RecipeLayout recipeLayout,
net.minecraft.entity.player.EntityPlayer player,
boolean doTransfer) |
java.lang.Class<? extends net.minecraft.inventory.Container> getContainerClass()
java.lang.String getRecipeCategoryUid()
IRecipeTransferError transferRecipe(@Nonnull net.minecraft.inventory.Container container, @Nonnull RecipeLayout recipeLayout, @Nonnull net.minecraft.entity.player.EntityPlayer player, boolean doTransfer)