Package dev.lapis256.apprep.common.menu
Class ReplicationConnectorMenu
-
- All Implemented Interfaces:
-
appeng.menu.slot.IOptionalSlotHost
public final class ReplicationConnectorMenu extends UpgradeableMenu<ReplicationConnectorLogicHost>
-
-
Field Summary
Fields Modifier and Type Field Description private final ReplicationConnectorReturnInventoryreturnInventoryprivate ItemStackcarriedprivate final IActionSourceactionSourceprivate final BooleanisClientSideprivate final MenuType<?>typeprivate BooleanisValidMenuprivate YesNocraftingModeprivate final Playerplayerprivate FuzzyModefuzzyModeprivate final ReplicationConnectorLogicHosthostprivate RedstoneModeredStoneModeprivate final Objecttargetprivate BooleanisReturnedFromSubScreenprivate final ToolboxMenutoolboxprivate final SchedulingModeschedulingModeprivate MenuHostLocatorlocatorprivate final IntegerstateIdprivate final InventoryplayerInventoryprivate final BlockEntityblockEntityprivate final IUpgradeInventoryupgradesprivate final NonNullList<ItemStack>itemspublic final RedstoneModersModepublic final FuzzyModefzModepublic final YesNocModepublic final NonNullList<Slot>slotspublic final IntegercontainerId
-
Method Summary
Modifier and Type Method Description final ReplicationConnectorReturnInventorygetReturnInventory()-
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canTakeItemForPickAll, clickMenuButton, clicked, findSlot, getCarried, getItems, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidSlotIndex, quickMoveStack, removeSlotListener, removed, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState -
Methods inherited from class appeng.menu.AEBaseMenu
addClientSideSlot, doAction, getActionSource, getBlockEntity, getLocator, getPlayer, getPlayerInventory, getSlotSemantic, getSlots, getTarget, hideSlot, isClientSide, isClientSideSlot, isPlayerInventorySlotLocked, isPlayerSideSlot, isReturnedFromSubScreen, isValidForSlot, isValidMenu, lockPlayerInventorySlot, onServerDataSync, onSlotChange, receiveClientAction, receiveServerSyncData, removeClientSideSlot, setFilter, setLocator, setReturnedFromSubScreen, setValidMenu, swapSlotContents -
Methods inherited from class dev.lapis256.apprep.common.menu.ReplicationConnectorMenu
getCraftingMode, getFuzzyMode, getHost, getRedStoneMode, getSchedulingMode, getToolbox, getUpgrades, setCraftingMode, setFuzzyMode, setRedStoneMode -
Methods inherited from class appeng.menu.slot.IOptionalSlotHost
isSlotEnabled -
Methods inherited from class appeng.menu.implementations.UpgradeableMenu
getHost, hasUpgrade -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getReturnInventory
final ReplicationConnectorReturnInventory getReturnInventory()
-
-
-
-