public class CraftingResultSlot_v1_8<T extends PlayerInventory_v1_7<I,S>,I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> extends CraftingResultSlot_v1_7<T,I,S>
| Constructor and Description |
|---|
CraftingResultSlot_v1_8(CraftingResultInventory_v1_7<I,S> craftingResultInventory,
int slotIndex,
CraftingInventory_v1_7<I,S> craftingInventory) |
| Modifier and Type | Method and Description |
|---|---|
void |
onTake(InventoryHolder<T,I,S> inventoryHolder,
S stack)
Update the slot when an item stack is taken from this slot.
|
getCraftingInventory, hasContaineraccept, acceptAll, acceptNone, accepts, acceptsCount, acceptTags, acceptTags, acceptTypes, acceptTypes, canTake, getInventory, getInventoryIndex, getSlotIndex, getStack, onUpdate, setStackpublic CraftingResultSlot_v1_8(CraftingResultInventory_v1_7<I,S> craftingResultInventory, int slotIndex, CraftingInventory_v1_7<I,S> craftingInventory)
public void onTake(InventoryHolder<T,I,S> inventoryHolder, S stack)
SlotonTake in class CraftingResultSlot_v1_7<T extends PlayerInventory_v1_7<I,S>,I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>inventoryHolder - The inventory holderstack - The item stack