Class Inventory1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.inventory.IInventory>
mods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.container.Inventory1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.inventory.IInventory>
public class Inventory1_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
wrapped -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI
hasItem, hasStack, isNotEmpty, isSlotEmpty, isSlotNotEmptyMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
equals, getWrapped, getWrappedClass, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped
unwrap
-
Constructor Details
-
Inventory1_12_2
-
-
Method Details
-
getStack
public mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?> getStack(int slot) - Specified by:
getStackin classmods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
-
getSlots
public int getSlots()- Specified by:
getSlotsin classmods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classmods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
-
setStack
public void setStack(mods.thecomputerizer.theimpossiblelibrary.api.common.item.ItemStackAPI<?> stack, int slot) - Specified by:
setStackin classmods.thecomputerizer.theimpossiblelibrary.api.common.container.InventoryAPI<net.minecraft.inventory.IInventory>
-