Class SecurityCardContainerMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
com.refinedmods.refinedstorage.common.security.AbstractSecurityCardContainerMenu
com.refinedmods.refinedstorage.common.security.SecurityCardContainerMenu
- All Implemented Interfaces:
ScreenSizeListener
public class SecurityCardContainerMenu
extends AbstractSecurityCardContainerMenu
implements ScreenSizeListener
-
Field Summary
Fields inherited from class com.refinedmods.refinedstorage.common.security.AbstractSecurityCardContainerMenu
playerInventory
Fields inherited from class com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
disabledSlot, transferManager
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
ConstructorsConstructorDescriptionSecurityCardContainerMenu
(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, PlayerBoundSecurityCardData playerBoundSecurityCardData) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBoundPlayer
(net.minecraft.server.MinecraftServer server, UUID playerId) Methods inherited from class com.refinedmods.refinedstorage.common.security.AbstractSecurityCardContainerMenu
resetPermissionServer, resized, setPermission
Methods inherited from class com.refinedmods.refinedstorage.common.support.AbstractBaseContainerMenu
addPlayerInventory, addPlayerInventory, canTakeItemForPickAll, clicked, getProperty, handleFilterSlotChange, hasProperty, quickMoveStack, receivePropertyChangeFromClient, registerProperty, resetSlots, stillValid
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, 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
Methods inherited from interface com.refinedmods.refinedstorage.common.support.stretching.ScreenSizeListener
resized
-
Constructor Details
-
SecurityCardContainerMenu
public SecurityCardContainerMenu(int syncId, net.minecraft.world.entity.player.Inventory playerInventory, PlayerBoundSecurityCardData playerBoundSecurityCardData)
-
-
Method Details
-
setBoundPlayer
-