public interface IRecipeTransferInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends net.minecraft.inventory.Container> |
getContainerClass()
Return the container class that this recipe transfer helper supports
|
java.util.List<net.minecraft.inventory.Slot> |
getInventorySlots(net.minecraft.inventory.Container container)
Return a list of slots that the transfer can use to get items for crafting, or place leftover items.
|
java.lang.String |
getRecipeCategoryUid()
Return the recipe category that this container can handle.
|
java.util.List<net.minecraft.inventory.Slot> |
getRecipeSlots(net.minecraft.inventory.Container container)
Return a list of slots for the recipe area.
|
java.lang.Class<? extends net.minecraft.inventory.Container> getContainerClass()
java.lang.String getRecipeCategoryUid()
java.util.List<net.minecraft.inventory.Slot> getRecipeSlots(net.minecraft.inventory.Container container)
java.util.List<net.minecraft.inventory.Slot> getInventorySlots(net.minecraft.inventory.Container container)