Class NullInterface2Menu
-
- All Implemented Interfaces:
public final class NullInterface2Menu extends AbstractContainerMenu
-
-
Field Summary
Fields Modifier and Type Field Description private final NonNullList<ItemStack>
lastSlots
public final NonNullList<Slot>
slots
private final List<DataSlot>
dataSlots
private ItemStack
carried
private final NonNullList<ItemStack>
remoteSlots
private final IntList
remoteDataSlots
private final ItemStack
remoteCarried
private final Integer
stateId
private final MenuType<?>
menuType
public final Integer
containerId
private final Integer
quickcraftType
private final Integer
quickcraftStatus
private final Set<Slot>
quickcraftSlots
private final List<ContainerListener>
containerListeners
private final ContainerSynchronizer
synchronizer
private final Boolean
suppressRemoteUpdates
-
Constructor Summary
Constructors Constructor Description NullInterface2Menu(Integer id, Inventory inv)
-
Method Summary
Modifier and Type Method Description Boolean
stillValid(Player player)
ItemStack
quickMoveStack(Player playerIn, Integer index)
-
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canTakeItemForPickAll, clearContainer, clickMenuButton, clicked, createCarriedSlotAccess, doClick, findSlot, getCarried, getItems, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidSlotIndex, moveItemStackTo, removeSlotListener, removed, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, suppressRemoteUpdates, synchronizeCarriedToRemote, synchronizeDataSlotToRemote, synchronizeSlotToRemote, transferState, triggerSlotListeners, tryItemClickBehaviourOverride, updateDataSlotListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NullInterface2Menu
NullInterface2Menu(Integer id, Inventory inv)
-
-
Method Detail
-
stillValid
Boolean stillValid(Player player)
-
quickMoveStack
ItemStack quickMoveStack(Player playerIn, Integer index)
-
-
-
-