Class CellDockMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
appeng.menu.AEBaseMenu
gripe._90.megacells.menu.CellDockMenu

public class CellDockMenu extends appeng.menu.AEBaseMenu
See Also:
  • MEChestMenu
  • Nested Class Summary

    Nested classes/interfaces inherited from class appeng.menu.AEBaseMenu

    appeng.menu.AEBaseMenu.EmptyingSink, appeng.menu.AEBaseMenu.FillingSource
  • Field Summary

    Fields inherited from class appeng.menu.AEBaseMenu

    itemMenuHost

    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, slots
  • Constructor Summary

    Constructors
    Constructor
    Description
    CellDockMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory, CellDockPart dock)
     
  • Method Summary

    Methods inherited from class appeng.menu.AEBaseMenu

    addClientSideSlot, addSlot, addSlot, broadcastChanges, canDragTo, canSlotsBeHidden, createPlayerInventorySlots, doAction, getActionHost, getActionSource, getBlockEntity, getLocator, getPlaceableAmount, getPlayer, getPlayerInventory, getQuickMoveDestinationSlots, getQuickMovePriority, getSlots, getSlotSemantic, getTarget, handleEmptyHeldItem, handleFillingHeldItem, hideSlot, initializeContents, isActionHost, isClientSide, isClientSideSlot, isPlayerInventorySlotLocked, isPlayerSideSlot, isReturnedFromSubScreen, isServerSide, isValidForSlot, isValidMenu, isValidQuickMoveDestination, lockPlayerInventorySlot, onServerDataSync, onSlotChange, performQuickMoveStack, quickMoveStack, receiveClientAction, receiveServerSyncData, registerClientAction, registerClientAction, registryAccess, removeClientSideSlot, sendAllDataToRemote, sendClientAction, sendClientAction, sendPacketToClient, setFilter, setLocator, setReturnedFromSubScreen, setupUpgrades, setValidMenu, stillValid, swapSlotContents, transferStackToMenu

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

    addDataSlot, addDataSlots, addSlotListener, broadcastFullState, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState

    Methods inherited from class java.lang.Object

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

    • CellDockMenu

      public CellDockMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory, CellDockPart dock)