Class InventoryModifiableContainerNeoForge

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

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

    • InventoryModifiableContainerNeoForge

      public InventoryModifiableContainerNeoForge(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