Class InventoryContainer

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
org.cyclops.cyclopscore.inventory.container.ContainerExtended
org.cyclops.cyclopscore.inventory.container.InventoryContainer
All Implemented Interfaces:
IContainerButtonClickAcceptorServer<ContainerExtended>, IValueNotifiable, IValueNotifier
Direct Known Subclasses:
ContainerInfoBookTest, ScrollingInventoryContainer

@Deprecated public abstract class InventoryContainer extends ContainerExtended
Deprecated.
A container for an inventory.
  • Field Details

    • inventory

      protected final net.minecraft.world.Container inventory
      Deprecated.
  • Constructor Details

    • InventoryContainer

      public InventoryContainer(@Nullable net.minecraft.world.inventory.MenuType<?> type, int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory)
      Deprecated.
  • Method Details

    • isAssertInventorySize

      protected boolean isAssertInventorySize()
      Deprecated.
    • getContainerInventory

      public net.minecraft.world.Container getContainerInventory()
      Deprecated.
    • getSizeInventory

      protected int getSizeInventory()
      Deprecated.
      Specified by:
      getSizeInventory in class ContainerExtended
    • stillValid

      public boolean stillValid(net.minecraft.world.entity.player.Player player)
      Deprecated.
      Specified by:
      stillValid in class net.minecraft.world.inventory.AbstractContainerMenu
    • removed

      public void removed(net.minecraft.world.entity.player.Player player)
      Deprecated.
      Overrides:
      removed in class net.minecraft.world.inventory.AbstractContainerMenu