Class ContainerEnderItemStorage

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
codechicken.enderstorage.container.ContainerEnderItemStorage

public class ContainerEnderItemStorage extends net.minecraft.world.inventory.AbstractContainerMenu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class net.minecraft.world.inventory.AbstractContainerMenu

    CARRIED_SLOT_SIZE, containerId, QUICKCRAFT_HEADER_CONTINUE, QUICKCRAFT_HEADER_END, QUICKCRAFT_HEADER_START, QUICKCRAFT_TYPE_CHARITABLE, QUICKCRAFT_TYPE_CLONE, QUICKCRAFT_TYPE_GREEDY, SLOT_CLICKED_OUTSIDE, SLOT_SIZE, slots, SLOTS_PER_ROW
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContainerEnderItemStorage(int windowId, net.minecraft.world.entity.player.Inventory playerInv, EnderItemStorage chestInv)
     
    ContainerEnderItemStorage(int windowId, net.minecraft.world.entity.player.Inventory playerInv, net.minecraft.network.RegistryFriendlyByteBuf packet)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    quickMoveStack(net.minecraft.world.entity.player.Player par1EntityPlayer, int i)
     
    void
    removed(net.minecraft.world.entity.player.Player entityplayer)
     
    boolean
    stillValid(net.minecraft.world.entity.player.Player entityplayer)
     

    Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu

    addDataSlot, addDataSlots, addInventoryExtendedSlots, addInventoryHotbarSlots, addSlot, addSlotListener, addStandardInventorySlots, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotUnsafe, setSelectedBundleItemIndex, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ContainerEnderItemStorage

      public ContainerEnderItemStorage(int windowId, net.minecraft.world.entity.player.Inventory playerInv, net.minecraft.network.RegistryFriendlyByteBuf packet)
    • ContainerEnderItemStorage

      public ContainerEnderItemStorage(int windowId, net.minecraft.world.entity.player.Inventory playerInv, EnderItemStorage chestInv)
  • Method Details

    • stillValid

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

      public net.minecraft.world.item.ItemStack quickMoveStack(net.minecraft.world.entity.player.Player par1EntityPlayer, int i)
      Specified by:
      quickMoveStack in class net.minecraft.world.inventory.AbstractContainerMenu
    • removed

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