Class InventoryCommonModifiableContainerNeoForge

java.lang.Object
org.cyclops.cyclopscore.inventory.InventoryCommonModifiableContainerNeoForge
All Implemented Interfaces:
org.cyclops.cyclopscore.inventory.IInventoryCommonModifiable

public class InventoryCommonModifiableContainerNeoForge extends Object implements org.cyclops.cyclopscore.inventory.IInventoryCommonModifiable
  • Constructor Details

    • InventoryCommonModifiableContainerNeoForge

      public InventoryCommonModifiableContainerNeoForge(net.neoforged.neoforge.items.IItemHandlerModifiable itemHandler)
  • Method Details

    • getSlots

      public int getSlots()
      Specified by:
      getSlots in interface org.cyclops.cyclopscore.inventory.IInventoryCommonModifiable
    • getStackInSlot

      public net.minecraft.world.item.ItemStack getStackInSlot(int slot)
      Specified by:
      getStackInSlot in interface org.cyclops.cyclopscore.inventory.IInventoryCommonModifiable
    • setStackInSlot

      public void setStackInSlot(int slot, net.minecraft.world.item.ItemStack itemStack)
      Specified by:
      setStackInSlot in interface org.cyclops.cyclopscore.inventory.IInventoryCommonModifiable