Package noppes.npcs.api
Interface IContainer
public interface IContainer
-
Method Summary
Modifier and TypeMethodDescriptionintcount(IItemStack item, boolean ignoreDamage, boolean ignoreNBT) getItems()net.minecraft.world.inventory.AbstractContainerMenuExpert users onlynet.minecraft.world.ContainerExpert users onlyintgetSize()getSlot(int slot) voidsetSlot(int slot, IItemStack item)
-
Method Details
-
getSize
int getSize() -
getSlot
-
setSlot
-
getMCInventory
net.minecraft.world.Container getMCInventory()Expert users only- Returns:
- Returns minecrafts container
-
getMCContainer
net.minecraft.world.inventory.AbstractContainerMenu getMCContainer()Expert users only- Returns:
- Returns minecrafts container
-
count
- Parameters:
item-ignoreDamage- Whether to ignore the item_damage value when comparingignoreNBT- Whether to ignore NBT when comparing- Returns:
-
getItems
IItemStack[] getItems()
-