public class CraftingResultSlot_v1_7<T extends PlayerInventory_v1_7<I,S>,I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> extends Slot<T,I,S>
| Constructor and Description |
|---|
CraftingResultSlot_v1_7(CraftingResultInventory_v1_7<I,S> craftingResultInventory,
int slotIndex,
CraftingInventory_v1_7<I,S> craftingInventory) |
| Modifier and Type | Method and Description |
|---|---|
CraftingInventory_v1_7<I,S> |
getCraftingInventory() |
protected boolean |
hasContainer(java.util.List<net.lenni0451.mcstructs.items.info.ItemType> types) |
void |
onTake(InventoryHolder<T,I,S> inventoryHolder,
S stack)
Update the slot when an item stack is taken from this slot.
|
accept, acceptAll, acceptNone, accepts, acceptsCount, acceptTags, acceptTags, acceptTypes, acceptTypes, canTake, getInventory, getInventoryIndex, getSlotIndex, getStack, onUpdate, setStackpublic CraftingResultSlot_v1_7(CraftingResultInventory_v1_7<I,S> craftingResultInventory, int slotIndex, CraftingInventory_v1_7<I,S> craftingInventory)
public CraftingInventory_v1_7<I,S> getCraftingInventory()
public void onTake(InventoryHolder<T,I,S> inventoryHolder, S stack)
Slotprotected boolean hasContainer(java.util.List<net.lenni0451.mcstructs.items.info.ItemType> types)