History - net.minecraft.world.inventory.AbstractContainerMenu
1.21.3
Names
cpu
ctc
Fields
int: j, containerId, field_7763, syncId, f_38840_
int: l, containerId, field_7763, syncId
int: t, quickcraftType, field_7762, quickCraftButton, f_38845_
int: v, quickcraftType, field_7762, quickCraftButton
int: u, quickcraftStatus, field_7759, quickCraftStage, f_38846_
int: w, quickcraftStatus, field_7759, quickCraftStage
Set<Slot>: v, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
Set<Slot>: x, quickcraftSlots, field_7757, quickCraftSlots
List<ContainerListener>: w, containerListeners, field_7765, listeners, f_38848_
List<ContainerListener>: y, containerListeners, field_7765, listeners
NonNullList<ItemStack>: l, lastSlots, field_7764, trackedStacks, f_38841_
NonNullList<ItemStack>: n, lastSlots, field_7764, trackedStacks
List<DataSlot>: m, dataSlots, field_17285, properties, f_38842_
List<DataSlot>: o, dataSlots, field_17285, properties
MenuType<?>: s, menuType, field_17493, type, f_38843_
MenuType<?>: u, menuType, field_17493, type
int: a, SLOT_CLICKED_OUTSIDE, field_30730, EMPTY_SPACE_SLOT_INDEX, f_150385_
int: a, SLOT_CLICKED_OUTSIDE, field_30730, EMPTY_SPACE_SLOT_INDEX
int: b, QUICKCRAFT_TYPE_CHARITABLE, field_30731, field_30731, f_150386_
int: b, QUICKCRAFT_TYPE_CHARITABLE, field_30731, field_30731
int: c, QUICKCRAFT_TYPE_GREEDY, field_30732, field_30732, f_150387_
int: c, QUICKCRAFT_TYPE_GREEDY, field_30732, field_30732
int: d, QUICKCRAFT_TYPE_CLONE, field_30733, field_30733, f_150388_
int: d, QUICKCRAFT_TYPE_CLONE, field_30733, field_30733
int: e, QUICKCRAFT_HEADER_START, field_30734, field_30734, f_150389_
int: e, QUICKCRAFT_HEADER_START, field_30734, field_30734
int: f, QUICKCRAFT_HEADER_CONTINUE, field_30735, field_30735, f_150390_
int: f, QUICKCRAFT_HEADER_CONTINUE, field_30735, field_30735
int: g, QUICKCRAFT_HEADER_END, field_30736, field_30736, f_150391_
int: g, QUICKCRAFT_HEADER_END, field_30736, field_30736
int: h, CARRIED_SLOT_SIZE, field_30737, field_30737, f_150392_
int: h, CARRIED_SLOT_SIZE, field_30737, field_30737
NonNullList<Slot>: i, slots, field_7761, slots, f_38839_
NonNullList<Slot>: k, slots, field_7761, slots
ItemStack: n, carried, field_29205, cursorStack, f_150393_
ItemStack: p, carried, field_29205, cursorStack
NonNullList<ItemStack>: o, remoteSlots, field_29206, previousTrackedStacks, f_150394_
NonNullList<ItemStack>: q, remoteSlots, field_29206, previousTrackedStacks
it.unimi.dsi.fastutil.ints.IntList: p, remoteDataSlots, field_29559, trackedPropertyValues, f_150395_
it.unimi.dsi.fastutil.ints.IntList: r, remoteDataSlots, field_29559, trackedPropertyValues
ItemStack: q, remoteCarried, field_29207, previousCursorStack, f_150396_
ItemStack: s, remoteCarried, field_29207, previousCursorStack
ContainerSynchronizer: x, synchronizer, field_29208, syncHandler, f_150397_
ContainerSynchronizer: z, synchronizer, field_29208, syncHandler
boolean: y, suppressRemoteUpdates, field_29209, disableSync, f_150398_
boolean: A, suppressRemoteUpdates, field_29209, disableSync
int: r, stateId, field_34024, revision, f_182405_
int: t, stateId, field_34024, revision
org.slf4j.Logger: k, LOGGER, field_36534, LOGGER, f_207773_
org.slf4j.Logger: m, LOGGER, field_36534, LOGGER
int: i, SLOTS_PER_ROW, field_52557, field_52557
int: j, SLOT_SIZE, field_52558, field_52558
Constructors
Methods
Slot (Slot): a, addSlot, method_7621, addSlot, m_38897_
Slot (Slot): a, addSlot, method_7621, addSlot
void (ContainerListener): a, addSlotListener, method_7596, addListener, m_38893_
void (ContainerListener): a, addSlotListener, method_7596, addListener
void (): d, broadcastChanges, method_7623, sendContentUpdates, m_38946_
void (): d, broadcastChanges, method_7623, sendContentUpdates
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, m_6366_
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick
Slot (int): b, getSlot, method_7611, getSlot, m_38853_
Slot (int): b, getSlot, method_7611, getSlot
ItemStack (Player, int): b, quickMoveStack, method_7601, quickMove, m_7648_
ItemStack (Player, int): b, quickMoveStack, method_7601, quickMove
boolean (ItemStack, Slot): a, canTakeItemForPickAll, method_7613, canInsertIntoSlot, m_5882_
boolean (ItemStack, Slot): a, canTakeItemForPickAll, method_7613, canInsertIntoSlot
void (Player): a, removed, method_7595, onClosed, m_6877_
void (Player): a, removed, method_7595, onClosed
void (Container): a, slotsChanged, method_7609, onContentChanged, m_6199_
void (Container): a, slotsChanged, method_7609, onContentChanged
boolean (Player): b, stillValid, method_7597, canUse, m_6875_
boolean (Player): b, stillValid, method_7597, canUse
boolean (ItemStack, int, int, boolean): a, moveItemStackTo, method_7616, insertItem, m_38903_
boolean (ItemStack, int, int, boolean): a, moveItemStackTo, method_7616, insertItem
int (int): c, getQuickcraftType, method_7620, unpackQuickCraftButton, m_38928_
int (int): c, getQuickcraftType, method_7620, unpackQuickCraftButton
int (int): d, getQuickcraftHeader, method_7594, unpackQuickCraftStage, m_38947_
int (int): d, getQuickcraftHeader, method_7594, unpackQuickCraftStage
boolean (int, Player): a, isValidQuickcraftType, method_7600, shouldQuickCraftContinue, m_38862_
boolean (int, Player): a, isValidQuickcraftType, method_7600, shouldQuickCraftContinue
void (): f, resetQuickCraft, method_7605, endQuickCraft, m_38951_
void (): f, resetQuickCraft, method_7605, endQuickCraft
boolean (Slot, ItemStack, boolean): a, canItemQuickReplace, method_7592, canInsertItemIntoSlot, m_38899_
boolean (Slot, ItemStack, boolean): a, canItemQuickReplace, method_7592, canInsertItemIntoSlot
boolean (Slot): b, canDragTo, method_7615, canInsertIntoSlot, m_5622_
boolean (Slot): b, canDragTo, method_7615, canInsertIntoSlot
int (BlockEntity): a, getRedstoneSignalFromBlockEntity, method_7608, calculateComparatorOutput, m_38918_
int (BlockEntity): a, getRedstoneSignalFromBlockEntity, method_7608, calculateComparatorOutput
int (Container): b, getRedstoneSignalFromContainer, method_7618, calculateComparatorOutput, m_38938_
int (Container): b, getRedstoneSignalFromContainer, method_7618, calculateComparatorOutput
void (ContainerListener): b, removeSlotListener, method_7603, removeListener, m_38943_
void (ContainerListener): b, removeSlotListener, method_7603, removeListener
void (int, int): a, setData, method_7606, setProperty, m_7511_
void (int, int): b, setData, method_7606, setProperty
int (int, int): b, getQuickcraftMask, method_7591, packQuickCraftData, m_38930_
int (int, int): c, getQuickcraftMask, method_7591, packQuickCraftData
NonNullList<ItemStack> (): c, getItems, method_7602, getStacks, m_38927_
NonNullList<ItemStack> (): c, getItems, method_7602, getStacks
boolean (ContainerLevelAccess, Player, Block): a, stillValid, method_17695, canUse, m_38889_
boolean (ContainerLevelAccess, Player, Block): a, stillValid, method_17695, canUse
MenuType<?> (): a, getType, method_17358, getType, m_6772_
MenuType<?> (): a, getType, method_17358, getType
void (Container, int): a, checkContainerSize, method_17359, checkSize, m_38869_
void (Container, int): a, checkContainerSize, method_17359, checkSize
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkDataCount, m_38886_
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkDataCount
DataSlot (DataSlot): a, addDataSlot, method_17362, addProperty, m_38895_
DataSlot (DataSlot): a, addDataSlot, method_17362, addProperty
void (ContainerData): a, addDataSlots, method_17360, addProperties, m_38884_
void (ContainerData): a, addDataSlots, method_17360, addProperties
void (ContainerSynchronizer): a, setSynchronizer, method_34248, updateSyncHandler, m_150416_
void (ContainerSynchronizer): a, setSynchronizer, method_34248, updateSyncHandler
void (): b, sendAllDataToRemote, method_34252, syncState, m_150429_
void (): b, sendAllDataToRemote, method_34252, syncState
void (int, ItemStack, Supplier<ItemStack>): a, triggerSlotListeners, method_34246, updateTrackedSlot, m_150407_
void (int, ItemStack, Supplier<ItemStack>): a, triggerSlotListeners, method_34246, updateTrackedSlot
void (int, ItemStack, Supplier<ItemStack>): b, synchronizeSlotToRemote, method_34253, checkSlotUpdates, m_150435_
void (int, ItemStack, Supplier<ItemStack>): b, synchronizeSlotToRemote, method_34253, checkSlotUpdates
void (int, int): d, synchronizeDataSlotToRemote, method_34715, checkPropertyUpdates, m_150440_
void (int, int): e, synchronizeDataSlotToRemote, method_34715, checkPropertyUpdates
void (): l, synchronizeCarriedToRemote, method_34258, checkCursorStackUpdates, m_150445_
void (): l, synchronizeCarriedToRemote, method_34258, checkCursorStackUpdates
void (int, ItemStack): a, setRemoteSlot, method_34245, setPreviousTrackedSlot, m_150404_
void (int, ItemStack): a, setRemoteSlot, method_34245, setPreviousTrackedSlot
void (ItemStack): a, setRemoteCarried, method_34250, setPreviousCursorStack, m_150422_
void (ItemStack): a, setRemoteCarried, method_34250, setPreviousCursorStack
void (int, int, ClickType, Player): a, clicked, method_7593, onSlotClick, m_150399_
void (int, int, ClickType, Player): a, clicked, method_7593, onSlotClick
void (int, int, ClickType, Player): b, doClick, method_30010, internalOnSlotClick, m_150430_
void (int, int, ClickType, Player): b, doClick, method_30010, internalOnSlotClick
SlotAccess (): m, createCarriedSlotAccess, method_34259, getCursorStackReference, m_150446_
SlotAccess (): m, createCarriedSlotAccess, method_34259, getCursorStackReference
void (Player, Container): a, clearContainer, method_7607, dropInventory, m_150411_
void (Player, Container): a, clearContainer, method_7607, dropInventory
void (ItemStack): b, setCarried, method_34254, setCursorStack, m_142503_
void (ItemStack): b, setCarried, method_34254, setCursorStack
ItemStack (): g, getCarried, method_34255, getCursorStack, m_142621_
ItemStack (): g, getCarried, method_34255, getCursorStack
void (): h, suppressRemoteUpdates, method_34256, disableSyncing, m_150443_
void (): h, suppressRemoteUpdates, method_34256, disableSyncing
void (): i, resumeRemoteUpdates, method_34257, enableSyncing, m_150444_
void (): i, resumeRemoteUpdates, method_34257, enableSyncing
void (AbstractContainerMenu): a, transferState, method_34247, copySharedSlots, m_150414_
void (AbstractContainerMenu): a, transferState, method_34247, copySharedSlots
void (): e, broadcastFullState, method_37420, updateToClient, m_182423_
void (): e, broadcastFullState, method_37420, updateToClient
void (int, int): c, updateDataSlotListeners, method_37419, notifyPropertyUpdate, m_182420_
void (int, int): d, updateDataSlotListeners, method_37419, notifyPropertyUpdate
void (int, ItemStack): b, setRemoteSlotNoCopy, method_37449, setPreviousTrackedSlotMutable, m_182414_
void (int, ItemStack): b, setRemoteSlotNoCopy, method_37449, setPreviousTrackedSlotMutable
void (int, int, ItemStack): a, setItem, method_7619, setStackInSlot, m_182406_
void (int, int, ItemStack): a, setItem, method_7619, setStackInSlot
void (int, List<ItemStack>, ItemStack): a, initializeContents, method_7610, updateSlotStacks, m_182410_
void (int, List<ItemStack>, ItemStack): a, initializeContents, method_7610, updateSlotStacks
OptionalInt (Container, int): b, findSlot, method_37418, getSlotIndex, m_182417_
OptionalInt (Container, int): b, findSlot, method_37418, getSlotIndex
int (): j, getStateId, method_37421, getRevision, m_182424_
int (): j, getStateId, method_37421, getRevision
int (): k, incrementStateId, method_37422, nextRevision, m_182425_
int (): k, incrementStateId, method_37422, nextRevision
boolean (int): a, isValidSlotIndex, method_40442, isValid, m_207775_
boolean (int): a, isValidSlotIndex, method_40442, isValid
boolean (Player, ClickAction, Slot, ItemStack, ItemStack): a, tryItemClickBehaviourOverride, method_45409, handleSlotClick, m_246200_
boolean (Player, ClickAction, Slot, ItemStack, ItemStack): a, tryItemClickBehaviourOverride, method_45409, handleSlotClick
int (Set<Slot>, int, ItemStack): a, getQuickCraftPlaceCount, method_7617, calculateStackSize, m_278794_
int (Set<Slot>, int, ItemStack): a, getQuickCraftPlaceCount, method_7617, calculateStackSize
void (Container, int, int): a, addInventoryHotbarSlots, method_61622, addPlayerHotbarSlots
void (Container, int, int): b, addInventoryExtendedSlots, method_61623, addPlayerInventorySlots
void (Container, int, int): c, addStandardInventorySlots, method_61624, addPlayerSlots
void (int, int): a, setSelectedBundleItemIndex, method_61621, selectBundleStack
void (Player, ItemStack): a, dropOrPlaceInInventory, method_64192, offerOrDropStack
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
cpw
cpu
Fields
Constructors
Methods
boolean (Player, int): b, clickMenuButton, method_7604, onButtonClick, m_6366_
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, m_6366_
ItemStack (Player, int): a, quickMoveStack, method_7601, quickMove, m_7648_
ItemStack (Player, int): b, quickMoveStack, method_7601, quickMove, m_7648_
void (Player): b, removed, method_7595, onClosed, m_6877_
void (Player): a, removed, method_7595, onClosed, m_6877_
boolean (Player): a, stillValid, method_7597, canUse, m_6875_
boolean (Player): b, stillValid, method_7597, canUse, m_6875_
1.20.6
Names
cib
cpw
Fields
Constructors
Methods
1.20.4
Names
cel
cib
Fields
Constructors
Methods
1.20.2
Names
cbf
cel
Fields
Constructors
Methods
1.20.1
Names
cbd
cbf
Fields
Constructors
Methods
void (Set<Slot>, int, ItemStack, int): a, getQuickCraftSlotCount, method_7617, calculateStackSize, m_38922_
int (Set<Slot>, int, ItemStack): a, getQuickCraftPlaceCount, method_7617, calculateStackSize, m_278794_
1.19.4
Names
bzg
cbd
Fields
Constructors
Methods
void (Player): b, removed, method_7595, close, m_6877_
void (Player): b, removed, method_7595, onClosed, m_6877_
1.19.3
Names
bwm
bzg
Fields
Constructors
Methods
ItemStack (Player, int): a, quickMoveStack, method_7601, transferSlot, m_7648_
ItemStack (Player, int): a, quickMoveStack, method_7601, quickMove, m_7648_
boolean (Player, ClickAction, Slot, ItemStack, ItemStack): a, tryItemClickBehaviourOverride, method_45409, handleSlotClick, m_246200_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
bvp
bwm
Fields
Constructors
Methods
1.19
Names
bqp
bvp
Fields
Constructors
Methods
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, m_6366_
boolean (Player, int): b, clickMenuButton, method_7604, onButtonClick, m_6366_
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, m_7648_
ItemStack (Player, int): a, quickMoveStack, method_7601, transferSlot, m_7648_
1.18.2
Names
bpx
bqp
Fields
int: s, quickcraftType, field_7762, quickCraftButton, f_38845_
int: t, quickcraftType, field_7762, quickCraftButton, f_38845_
int: t, quickcraftStatus, field_7759, quickCraftStage, f_38846_
int: u, quickcraftStatus, field_7759, quickCraftStage, f_38846_
Set<Slot>: u, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
Set<Slot>: v, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
List<ContainerListener>: v, containerListeners, field_7765, listeners, f_38848_
List<ContainerListener>: w, containerListeners, field_7765, listeners, f_38848_
NonNullList<ItemStack>: k, lastSlots, field_7764, trackedStacks, f_38841_
NonNullList<ItemStack>: l, lastSlots, field_7764, trackedStacks, f_38841_
List<DataSlot>: l, dataSlots, field_17285, properties, f_38842_
List<DataSlot>: m, dataSlots, field_17285, properties, f_38842_
MenuType<?>: r, menuType, field_17493, type, f_38843_
MenuType<?>: s, menuType, field_17493, type, f_38843_
ItemStack: m, carried, field_29205, cursorStack, f_150393_
ItemStack: n, carried, field_29205, cursorStack, f_150393_
NonNullList<ItemStack>: n, remoteSlots, field_29206, previousTrackedStacks, f_150394_
NonNullList<ItemStack>: o, remoteSlots, field_29206, previousTrackedStacks, f_150394_
it.unimi.dsi.fastutil.ints.IntList: o, remoteDataSlots, field_29559, trackedPropertyValues, f_150395_
it.unimi.dsi.fastutil.ints.IntList: p, remoteDataSlots, field_29559, trackedPropertyValues, f_150395_
ItemStack: p, remoteCarried, field_29207, previousCursorStack, f_150396_
ItemStack: q, remoteCarried, field_29207, previousCursorStack, f_150396_
ContainerSynchronizer: w, synchronizer, field_29208, syncHandler, f_150397_
ContainerSynchronizer: x, synchronizer, field_29208, syncHandler, f_150397_
boolean: x, suppressRemoteUpdates, field_29209, disableSync, f_150398_
boolean: y, suppressRemoteUpdates, field_29209, disableSync, f_150398_
int: q, stateId, field_34024, revision, f_182405_
int: r, stateId, field_34024, revision, f_182405_
org.slf4j.Logger: k, LOGGER, field_36534, LOGGER, f_207773_
Constructors
Methods
Slot (int): a, getSlot, method_7611, getSlot, m_38853_
Slot (int): b, getSlot, method_7611, getSlot, m_38853_
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftButton, m_38928_
int (int): c, getQuickcraftType, method_7620, unpackQuickCraftButton, m_38928_
int (int): c, getQuickcraftHeader, method_7594, unpackQuickCraftStage, m_38947_
int (int): d, getQuickcraftHeader, method_7594, unpackQuickCraftStage, m_38947_
boolean (int): a, isValidSlotIndex, method_40442, isValid, m_207775_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
bmk
bpx
Fields
Constructors
Methods
void (ContainerListener): a, addSlotListener, method_7596, addListener, m_38893_, addSlotListener
void (ContainerListener): a, addSlotListener, method_7596, addListener, m_38893_
Slot (int): a, getSlot, method_7611, getSlot, m_38853_, getSlot
Slot (int): a, getSlot, method_7611, getSlot, m_38853_
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, m_7648_, shiftClick
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, m_7648_
boolean (Player): a, stillValid, method_7597, canUse, m_6875_, canUse
boolean (Player): a, stillValid, method_7597, canUse, m_6875_
void (int, int): a, setData, method_7606, setProperty, m_7511_, setContainerData
void (int, int): a, setData, method_7606, setProperty, m_7511_
MenuType<?> (): a, getType, method_17358, getType, m_6772_, getType
MenuType<?> (): a, getType, method_17358, getType, m_6772_
void (): b, sendAllDataToRemote, method_34252, syncState, m_150429_, updateInventory
void (): b, sendAllDataToRemote, method_34252, syncState, m_150429_
void (ItemStack): b, setCarried, method_34254, setCursorStack, m_142503_, setCarried
void (ItemStack): b, setCarried, method_34254, setCursorStack, m_142503_
ItemStack (): g, getCarried, method_34255, getCursorStack, m_142621_, getCarried
ItemStack (): g, getCarried, method_34255, getCursorStack, m_142621_
void (int, int, ItemStack): a, setItem, method_7619, setStackInSlot, m_182406_, setItem
void (int, int, ItemStack): a, setItem, method_7619, setStackInSlot, m_182406_
int (): j, getStateId, method_37421, getRevision, m_182424_, getStateId
int (): j, getStateId, method_37421, getRevision, m_182424_
int (): k, incrementStateId, method_37422, nextRevision, m_182425_, incrementStateId
int (): k, incrementStateId, method_37422, nextRevision, m_182425_
1.17.1
Names
bmj
bmk
Fields
int: r, quickcraftType, field_7762, quickCraftButton, f_38845_
int: s, quickcraftType, field_7762, quickCraftButton, f_38845_
int: s, quickcraftStatus, field_7759, quickCraftStage, f_38846_
int: t, quickcraftStatus, field_7759, quickCraftStage, f_38846_
Set<Slot>: t, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
Set<Slot>: u, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
List<ContainerListener>: u, containerListeners, field_7765, listeners, f_38848_
List<ContainerListener>: v, containerListeners, field_7765, listeners, f_38848_
MenuType<?>: q, menuType, field_17493, type, f_38843_
MenuType<?>: r, menuType, field_17493, type, f_38843_
ContainerSynchronizer: v, synchronizer, field_29208, syncHandler, f_150397_
ContainerSynchronizer: w, synchronizer, field_29208, syncHandler, f_150397_
boolean: w, suppressRemoteUpdates, field_29209, disableSync, f_150398_
boolean: x, suppressRemoteUpdates, field_29209, disableSync, f_150398_
int: q, stateId, field_34024, revision, f_182405_
Constructors
Methods
void (int, ItemStack): b, setItem, method_7619, setStackInSlot, m_38865_, setItem
void (): e, resetQuickCraft, method_7605, endQuickCraft, m_38951_
void (): f, resetQuickCraft, method_7605, endQuickCraft, m_38951_
void (List<ItemStack>): a, setAll, method_7610, updateSlotStacks, m_38920_
void (int, int): c, synchronizeDataSlotToRemote, method_34715, checkPropertyUpdates, m_150440_
void (int, int): d, synchronizeDataSlotToRemote, method_34715, checkPropertyUpdates, m_150440_
void (): i, synchronizeCarriedToRemote, method_34258, checkCursorStackUpdates, m_150445_
void (): l, synchronizeCarriedToRemote, method_34258, checkCursorStackUpdates, m_150445_
SlotAccess (): j, createCarriedSlotAccess, method_34259, getCursorStackReference, m_150446_
SlotAccess (): m, createCarriedSlotAccess, method_34259, getCursorStackReference, m_150446_
ItemStack (): f, getCarried, method_34255, getCursorStack, m_142621_, getCarried
ItemStack (): g, getCarried, method_34255, getCursorStack, m_142621_, getCarried
void (): g, suppressRemoteUpdates, method_34256, disableSyncing, m_150443_
void (): h, suppressRemoteUpdates, method_34256, disableSyncing, m_150443_
void (): h, resumeRemoteUpdates, method_34257, enableSyncing, m_150444_
void (): i, resumeRemoteUpdates, method_34257, enableSyncing, m_150444_
void (): e, broadcastFullState, method_37420, updateToClient, m_182423_
void (int, int): c, updateDataSlotListeners, method_37419, notifyPropertyUpdate, m_182420_
void (int, ItemStack): b, setRemoteSlotNoCopy, method_37449, setPreviousTrackedSlotMutable, m_182414_
void (int, int, ItemStack): a, setItem, method_7619, setStackInSlot, m_182406_, setItem
void (int, List<ItemStack>, ItemStack): a, initializeContents, method_7610, updateSlotStacks, m_182410_
OptionalInt (Container, int): b, findSlot, method_37418, getSlotIndex, m_182417_
int (): j, getStateId, method_37421, getRevision, m_182424_, getStateId
int (): k, incrementStateId, method_37422, nextRevision, m_182425_, incrementStateId
1.17
Names
bic
bmj
net.minecraft.inventory.container.Container
net.minecraft.src.C_1226_
net.minecraft.server.v1_16_R3.Container
net.minecraft.world.inventory.Container
Fields
List<Slot>: a, slots, field_7761, slots, field_75151_b, slots
int: b, containerId, field_7763, syncId, field_75152_c, windowId
int: j, containerId, field_7763, syncId, f_38840_
int: g, quickcraftType, field_7762, quickCraftButton, field_94535_f, dragType
int: r, quickcraftType, field_7762, quickCraftButton, f_38845_
int: h, quickcraftStatus, field_7759, quickCraftStage, field_94536_g
int: s, quickcraftStatus, field_7759, quickCraftStage, f_38846_
Set<Slot>: i, quickcraftSlots, field_7757, quickCraftSlots, field_94537_h
Set<Slot>: t, quickcraftSlots, field_7757, quickCraftSlots, f_38847_
List<ContainerListener>: j, containerListeners, field_7765, listeners, field_75149_d, listeners
List<ContainerListener>: u, containerListeners, field_7765, listeners, f_38848_
Set<Player>: k, unSynchedPlayers, field_7760, restrictedPlayers, field_75148_f
short: f, changeUid, field_7758, actionId, field_75150_e
NonNullList<ItemStack>: c, lastSlots, field_7764, trackedStacks, field_75153_a, items
NonNullList<ItemStack>: k, lastSlots, field_7764, trackedStacks, f_38841_
List<DataSlot>: d, dataSlots, field_17285, properties, field_216964_d
List<DataSlot>: l, dataSlots, field_17285, properties, f_38842_
MenuType<?>: e, menuType, field_17493, type, field_216965_e
MenuType<?>: q, menuType, field_17493, type, f_38843_
int: a, SLOT_CLICKED_OUTSIDE, field_30730, EMPTY_SPACE_SLOT_INDEX, f_150385_
int: b, QUICKCRAFT_TYPE_CHARITABLE, field_30731, field_30731, f_150386_
int: c, QUICKCRAFT_TYPE_GREEDY, field_30732, field_30732, f_150387_
int: d, QUICKCRAFT_TYPE_CLONE, field_30733, field_30733, f_150388_
int: e, QUICKCRAFT_HEADER_START, field_30734, field_30734, f_150389_
int: f, QUICKCRAFT_HEADER_CONTINUE, field_30735, field_30735, f_150390_
int: g, QUICKCRAFT_HEADER_END, field_30736, field_30736, f_150391_
int: h, CARRIED_SLOT_SIZE, field_30737, field_30737, f_150392_
NonNullList<Slot>: i, slots, field_7761, slots, f_38839_
ItemStack: m, carried, field_29205, cursorStack, f_150393_
NonNullList<ItemStack>: n, remoteSlots, field_29206, previousTrackedStacks, f_150394_
it.unimi.dsi.fastutil.ints.IntList: o, remoteDataSlots, field_29559, trackedPropertyValues, f_150395_
ItemStack: p, remoteCarried, field_29207, previousCursorStack, f_150396_
ContainerSynchronizer: v, synchronizer, field_29208, syncHandler, f_150397_
boolean: w, suppressRemoteUpdates, field_29209, disableSync, f_150398_
Constructors
Methods
Slot (Slot): a, addSlot, method_7621, addSlot, func_75146_a
Slot (Slot): a, addSlot, method_7621, addSlot, m_38897_
void (ContainerListener): a, addSlotListener, method_7596, addListener, func_75132_a, addSlotListener
void (ContainerListener): a, addSlotListener, method_7596, addListener, m_38893_, addSlotListener
void (): c, broadcastChanges, method_7623, sendContentUpdates, func_75142_b
void (): d, broadcastChanges, method_7623, sendContentUpdates, m_38946_
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, func_75140_a
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, m_6366_
Slot (int): a, getSlot, method_7611, getSlot, func_75139_a, getSlot
Slot (int): a, getSlot, method_7611, getSlot, m_38853_, getSlot
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, func_82846_b, shiftClick
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, m_7648_, shiftClick
boolean (ItemStack, Slot): a, canTakeItemForPickAll, method_7613, canInsertIntoSlot, func_94530_a
boolean (ItemStack, Slot): a, canTakeItemForPickAll, method_7613, canInsertIntoSlot, m_5882_
void (Player): b, removed, method_7595, close, func_75134_a
void (Player): b, removed, method_7595, close, m_6877_
void (Container): a, slotsChanged, method_7609, onContentChanged, func_75130_a
void (Container): a, slotsChanged, method_7609, onContentChanged, m_6199_
void (int, ItemStack): a, setItem, method_7619, setStackInSlot, func_75141_a, setItem
void (int, ItemStack): b, setItem, method_7619, setStackInSlot, m_38865_, setItem
boolean (Player): c, isSynched, method_7622, isNotRestricted, func_75129_b
void (Player, boolean): a, setSynched, method_7590, setPlayerRestriction, func_75128_a
boolean (Player): a, stillValid, method_7597, canUse, func_75145_c, canUse
boolean (Player): a, stillValid, method_7597, canUse, m_6875_, canUse
boolean (ItemStack, int, int, boolean): a, moveItemStackTo, method_7616, insertItem, func_75135_a
boolean (ItemStack, int, int, boolean): a, moveItemStackTo, method_7616, insertItem, m_38903_
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftButton, func_94529_b
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftButton, m_38928_
int (int): c, getQuickcraftHeader, method_7594, unpackQuickCraftStage, func_94532_c
int (int): c, getQuickcraftHeader, method_7594, unpackQuickCraftStage, m_38947_
boolean (int, Player): a, isValidQuickcraftType, method_7600, shouldQuickCraftContinue, func_180610_a
boolean (int, Player): a, isValidQuickcraftType, method_7600, shouldQuickCraftContinue, m_38862_
void (): d, resetQuickCraft, method_7605, endQuickCraft, func_94533_d
void (): e, resetQuickCraft, method_7605, endQuickCraft, m_38951_
boolean (Slot, ItemStack, boolean): a, canItemQuickReplace, method_7592, canInsertItemIntoSlot, func_94527_a
boolean (Slot, ItemStack, boolean): a, canItemQuickReplace, method_7592, canInsertItemIntoSlot, m_38899_
void (Set<Slot>, int, ItemStack, int): a, getQuickCraftSlotCount, method_7617, calculateStackSize, func_94525_a
void (Set<Slot>, int, ItemStack, int): a, getQuickCraftSlotCount, method_7617, calculateStackSize, m_38922_
boolean (Slot): b, canDragTo, method_7615, canInsertIntoSlot, func_94531_b
boolean (Slot): b, canDragTo, method_7615, canInsertIntoSlot, m_5622_
int (BlockEntity): a, getRedstoneSignalFromBlockEntity, method_7608, calculateComparatorOutput, func_178144_a
int (BlockEntity): a, getRedstoneSignalFromBlockEntity, method_7608, calculateComparatorOutput, m_38918_
int (Container): b, getRedstoneSignalFromContainer, method_7618, calculateComparatorOutput, func_94526_b
int (Container): b, getRedstoneSignalFromContainer, method_7618, calculateComparatorOutput, m_38938_
void (ContainerListener): b, removeSlotListener, method_7603, removeListener, func_82847_b
void (ContainerListener): b, removeSlotListener, method_7603, removeListener, m_38943_
void (int, int): a, setData, method_7606, setProperty, func_75137_b
void (int, int): a, setData, method_7606, setProperty, m_7511_, setContainerData
short (Inventory): a, backup, method_7614, getNextActionId, func_75136_a
int (int, int): b, getQuickcraftMask, method_7591, packQuickCraftData, func_94534_d
int (int, int): b, getQuickcraftMask, method_7591, packQuickCraftData, m_38930_
ItemStack (int, int, ClickType, Player): a, clicked, method_7593, onSlotClick, func_184996_a
NonNullList<ItemStack> (): b, getItems, method_7602, getStacks, func_75138_a
NonNullList<ItemStack> (): c, getItems, method_7602, getStacks, m_38927_
void (List<ItemStack>): a, setAll, method_7610, updateSlotStacks, func_190896_a
void (List<ItemStack>): a, setAll, method_7610, updateSlotStacks, m_38920_
void (Player, Level, Container): a, clearContainer, method_7607, dropInventory, func_193327_a
boolean (ItemStack, ItemStack): a, consideredTheSameItem, method_7612, canStacksCombine, func_195929_a
boolean (ContainerLevelAccess, Player, Block): a, stillValid, method_17695, canUse, func_216963_a
boolean (ContainerLevelAccess, Player, Block): a, stillValid, method_17695, canUse, m_38889_
MenuType<?> (): a, getType, method_17358, getType, func_216957_a, getType
MenuType<?> (): a, getType, method_17358, getType, m_6772_, getType
void (Container, int): a, checkContainerSize, method_17359, checkSize, func_216962_a
void (Container, int): a, checkContainerSize, method_17359, checkSize, m_38869_
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkDataCount, func_216959_a
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkDataCount, m_38886_
DataSlot (DataSlot): a, addDataSlot, method_17362, addProperty, func_216958_a
DataSlot (DataSlot): a, addDataSlot, method_17362, addProperty, m_38895_
void (ContainerData): a, addDataSlots, method_17360, addProperties, func_216961_a
void (ContainerData): a, addDataSlots, method_17360, addProperties, m_38884_
ItemStack (int, int, ClickType, Player): b, doClick, method_30010, method_30010, func_241440_b_
void (ContainerSynchronizer): a, setSynchronizer, method_34248, updateSyncHandler, m_150416_
void (): b, sendAllDataToRemote, method_34252, syncState, m_150429_, updateInventory
void (int, ItemStack, Supplier<ItemStack>): a, triggerSlotListeners, method_34246, updateTrackedSlot, m_150407_
void (int, ItemStack, Supplier<ItemStack>): b, synchronizeSlotToRemote, method_34253, checkSlotUpdates, m_150435_
void (int, int): c, synchronizeDataSlotToRemote, method_34715, checkPropertyUpdates, m_150440_
void (): i, synchronizeCarriedToRemote, method_34258, checkCursorStackUpdates, m_150445_
void (int, ItemStack): a, setRemoteSlot, method_34245, setPreviousTrackedSlot, m_150404_
void (ItemStack): a, setRemoteCarried, method_34250, setPreviousCursorStack, m_150422_
void (int, int, ClickType, Player): a, clicked, method_7593, onSlotClick, m_150399_
void (int, int, ClickType, Player): b, doClick, method_30010, internalOnSlotClick, m_150430_
SlotAccess (): j, createCarriedSlotAccess, method_34259, getCursorStackReference, m_150446_
void (Player, Container): a, clearContainer, method_7607, dropInventory, m_150411_
void (ItemStack): b, setCarried, method_34254, setCursorStack, m_142503_, setCarried
ItemStack (): f, getCarried, method_34255, getCursorStack, m_142621_, getCarried
void (): g, suppressRemoteUpdates, method_34256, disableSyncing, m_150443_
void (): h, resumeRemoteUpdates, method_34257, enableSyncing, m_150444_
void (AbstractContainerMenu): a, transferState, method_34247, copySharedSlots, m_150414_
1.16.5
Names
Fields
int: g, quickcraftType, field_7762, quickCraftStage, field_94535_f, dragType
int: g, quickcraftType, field_7762, quickCraftButton, field_94535_f, dragType
int: h, quickcraftStatus, field_7759, quickCraftButton, field_94536_g
int: h, quickcraftStatus, field_7759, quickCraftStage, field_94536_g
Constructors
Methods
1.16.4
Names
bhz
bic
net.minecraft.server.v1_16_R2.Container
net.minecraft.server.v1_16_R3.Container
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
bgi
bhz
net.minecraft.server.v1_16_R1.Container
net.minecraft.server.v1_16_R2.Container
Fields
Constructors
Methods
1.16.1
Names
ban
bgi
net.minecraft.container.Container
net.minecraft.screen.ScreenHandler
net.minecraft.server.v1_15_R1.Container
net.minecraft.server.v1_16_R1.Container
Fields
Constructors
Methods
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftStage, func_94529_b
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftButton, func_94529_b
int (int): c, getQuickcraftHeader, method_7594, unpackButtonId, func_94532_c
int (int): c, getQuickcraftHeader, method_7594, unpackQuickCraftStage, func_94532_c
int (int, int): b, getQuickcraftMask, method_7591, packClickData, func_94534_d
int (int, int): b, getQuickcraftMask, method_7591, packQuickCraftData, func_94534_d
void (Container, int): a, checkContainerSize, method_17359, checkContainerSize, func_216962_a
void (Container, int): a, checkContainerSize, method_17359, checkSize, func_216962_a
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkContainerDataCount, func_216959_a
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkDataCount, func_216959_a
ItemStack (int, int, ClickType, Player): b, doClick, method_30010, method_30010, func_241440_b_
1.15.2
Names
bak
ban
Fields
List<Slot>: a, slots, field_7761, slotList, field_75151_b, slots
List<Slot>: a, slots, field_7761, slots, field_75151_b, slots
NonNullList<ItemStack>: c, lastSlots, field_7764, stackList, field_75153_a, items
NonNullList<ItemStack>: c, lastSlots, field_7764, trackedStacks, field_75153_a, items
Constructors
Methods
boolean (Player): c, isSynched, method_7622, isRestricted, func_75129_b
boolean (Player): c, isSynched, method_7622, isNotRestricted, func_75129_b
void (int, int): a, setData, method_7606, setProperties, func_75137_b
void (int, int): a, setData, method_7606, setProperty, func_75137_b
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
ayk
bak
net.minecraft.server.v1_14_R1.Container
net.minecraft.server.v1_15_R1.Container
Fields
List<Slot>: a, slots, field_7761, slots, field_75151_b, slots
List<Slot>: a, slots, field_7761, slotList, field_75151_b, slots
NonNullList<ItemStack>: c, lastSlots, field_7764, trackedStacks, field_75153_a, items
NonNullList<ItemStack>: c, lastSlots, field_7764, stackList, field_75153_a, items
Constructors
Methods
boolean (Player): c, isSynched, method_7622, isNotRestricted, func_75129_b
boolean (Player): c, isSynched, method_7622, isRestricted, func_75129_b
void (int, int): a, setData, method_7606, setProperty, func_75137_b
void (int, int): a, setData, method_7606, setProperties, func_75137_b
1.14.4
Names
ayf
ayk
net.minecraft.world.inventory.AbstractContainerMenu
Fields
List<Slot>: a, field_7761, slotList, field_75151_b, slots
List<Slot>: a, slots, field_7761, slots, field_75151_b, slots
int: b, field_7763, syncId, field_75152_c, windowId
int: b, containerId, field_7763, syncId, field_75152_c, windowId
int: g, field_7762, quickCraftStage, field_94535_f, dragType
int: g, quickcraftType, field_7762, quickCraftStage, field_94535_f, dragType
int: h, field_7759, quickCraftButton, field_94536_g
int: h, quickcraftStatus, field_7759, quickCraftButton, field_94536_g
Set<Slot>: i, field_7757, quickCraftSlots, field_94537_h
Set<Slot>: i, quickcraftSlots, field_7757, quickCraftSlots, field_94537_h
List<ICrafting>: j, field_7765, listeners, field_75149_d, listeners
List<ContainerListener>: j, containerListeners, field_7765, listeners, field_75149_d, listeners
Set<EntityHuman>: k, field_7760, restrictedPlayers, field_75148_f
Set<Player>: k, unSynchedPlayers, field_7760, restrictedPlayers, field_75148_f
short: f, field_7758, actionId, field_75150_e
short: f, changeUid, field_7758, actionId, field_75150_e
NonNullList<ItemStack>: c, field_7764, stackList, field_75153_a, items
NonNullList<ItemStack>: c, lastSlots, field_7764, trackedStacks, field_75153_a, items
List<ContainerProperty>: d, field_17285, properties, field_216964_d
List<DataSlot>: d, dataSlots, field_17285, properties, field_216964_d
Containers<?>: e, field_17493, type, field_216965_e
MenuType<?>: e, menuType, field_17493, type, field_216965_e
Constructors
Methods
Slot (Slot): a, method_7621, addSlot, func_75146_a
Slot (Slot): a, addSlot, method_7621, addSlot, func_75146_a
void (ICrafting): a, method_7596, addListener, func_75132_a, addSlotListener
void (ContainerListener): a, addSlotListener, method_7596, addListener, func_75132_a, addSlotListener
void (): c, method_7623, sendContentUpdates, func_75142_b
void (): c, broadcastChanges, method_7623, sendContentUpdates, func_75142_b
boolean (EntityHuman, int): a, method_7604, onButtonClick, func_75140_a
boolean (Player, int): a, clickMenuButton, method_7604, onButtonClick, func_75140_a
Slot (int): a, method_7611, getSlot, func_75139_a, getSlot
Slot (int): a, getSlot, method_7611, getSlot, func_75139_a, getSlot
ItemStack (EntityHuman, int): b, method_7601, transferSlot, func_82846_b, shiftClick
ItemStack (Player, int): b, quickMoveStack, method_7601, transferSlot, func_82846_b, shiftClick
boolean (ItemStack, Slot): a, method_7613, canInsertIntoSlot, func_94530_a
boolean (ItemStack, Slot): a, canTakeItemForPickAll, method_7613, canInsertIntoSlot, func_94530_a
void (EntityHuman): b, method_7595, close, func_75134_a
void (Player): b, removed, method_7595, close, func_75134_a
void (IInventory): a, method_7609, onContentChanged, func_75130_a
void (Container): a, slotsChanged, method_7609, onContentChanged, func_75130_a
void (int, ItemStack): a, method_7619, setStackInSlot, func_75141_a, setItem
void (int, ItemStack): a, setItem, method_7619, setStackInSlot, func_75141_a, setItem
boolean (EntityHuman): c, method_7622, isRestricted, func_75129_b
boolean (Player): c, isSynched, method_7622, isNotRestricted, func_75129_b
void (EntityHuman, boolean): a, method_7590, setPlayerRestriction, func_75128_a
void (Player, boolean): a, setSynched, method_7590, setPlayerRestriction, func_75128_a
boolean (EntityHuman): a, method_7597, canUse, func_75145_c, canUse
boolean (Player): a, stillValid, method_7597, canUse, func_75145_c, canUse
boolean (ItemStack, int, int, boolean): a, method_7616, insertItem, func_75135_a
boolean (ItemStack, int, int, boolean): a, moveItemStackTo, method_7616, insertItem, func_75135_a
int (int): b, method_7620, unpackQuickCraftStage, func_94529_b
int (int): b, getQuickcraftType, method_7620, unpackQuickCraftStage, func_94529_b
int (int): c, method_7594, unpackButtonId, func_94532_c
int (int): c, getQuickcraftHeader, method_7594, unpackButtonId, func_94532_c
boolean (int, EntityHuman): a, method_7600, shouldQuickCraftContinue, func_180610_a
boolean (int, Player): a, isValidQuickcraftType, method_7600, shouldQuickCraftContinue, func_180610_a
void (): d, method_7605, endQuickCraft, func_94533_d
void (): d, resetQuickCraft, method_7605, endQuickCraft, func_94533_d
boolean (Slot, ItemStack, boolean): a, method_7592, canInsertItemIntoSlot, func_94527_a
boolean (Slot, ItemStack, boolean): a, canItemQuickReplace, method_7592, canInsertItemIntoSlot, func_94527_a
void (Set<Slot>, int, ItemStack, int): a, method_7617, calculateStackSize, func_94525_a
void (Set<Slot>, int, ItemStack, int): a, getQuickCraftSlotCount, method_7617, calculateStackSize, func_94525_a
boolean (Slot): b, method_7615, canInsertIntoSlot, func_94531_b
boolean (Slot): b, canDragTo, method_7615, canInsertIntoSlot, func_94531_b
int (TileEntity): a, method_7608, calculateComparatorOutput, func_178144_a
int (BlockEntity): a, getRedstoneSignalFromBlockEntity, method_7608, calculateComparatorOutput, func_178144_a
int (IInventory): b, method_7618, calculateComparatorOutput, func_94526_b
int (Container): b, getRedstoneSignalFromContainer, method_7618, calculateComparatorOutput, func_94526_b
void (ICrafting): b, method_7603, removeListener, func_82847_b
void (ContainerListener): b, removeSlotListener, method_7603, removeListener, func_82847_b
void (int, int): a, method_7606, setProperties, func_75137_b
void (int, int): a, setData, method_7606, setProperty, func_75137_b
short (PlayerInventory): a, method_7614, getNextActionId, func_75136_a
short (Inventory): a, backup, method_7614, getNextActionId, func_75136_a
int (int, int): b, method_7591, packClickData, func_94534_d
int (int, int): b, getQuickcraftMask, method_7591, packClickData, func_94534_d
ItemStack (int, int, InventoryClickType, EntityHuman): a, method_7593, onSlotClick, func_184996_a
ItemStack (int, int, ClickType, Player): a, clicked, method_7593, onSlotClick, func_184996_a
NonNullList<ItemStack> (): b, method_7602, getStacks, func_75138_a
NonNullList<ItemStack> (): b, getItems, method_7602, getStacks, func_75138_a
void (List<ItemStack>): a, method_7610, updateSlotStacks, func_190896_a
void (List<ItemStack>): a, setAll, method_7610, updateSlotStacks, func_190896_a
void (EntityHuman, World, IInventory): a, method_7607, dropInventory, func_193327_a
void (Player, Level, Container): a, clearContainer, method_7607, dropInventory, func_193327_a
boolean (ItemStack, ItemStack): a, method_7612, canStacksCombine, func_195929_a
boolean (ItemStack, ItemStack): a, consideredTheSameItem, method_7612, canStacksCombine, func_195929_a
boolean (ContainerAccess, EntityHuman, Block): a, method_17695, canUse, func_216963_a
boolean (ContainerLevelAccess, Player, Block): a, stillValid, method_17695, canUse, func_216963_a
Containers<?> (): a, method_17358, getType, func_216957_a, getType
MenuType<?> (): a, getType, method_17358, getType, func_216957_a, getType
void (IInventory, int): a, method_17359, checkContainerSize, func_216962_a
void (Container, int): a, checkContainerSize, method_17359, checkContainerSize, func_216962_a
void (IContainerProperties, int): a, method_17361, checkContainerDataCount, func_216959_a
void (ContainerData, int): a, checkContainerDataCount, method_17361, checkContainerDataCount, func_216959_a
ContainerProperty (ContainerProperty): a, method_17362, addProperty, func_216958_a
DataSlot (DataSlot): a, addDataSlot, method_17362, addProperty, func_216958_a
void (IContainerProperties): a, method_17360, addProperties, func_216961_a
void (ContainerData): a, addDataSlots, method_17360, addProperties, func_216961_a
1.14.3
Names
ayc
ayf
net.minecraft.container.Container
Fields
List<Slot>: a, field_7761, field_75151_b, slots
List<Slot>: a, field_7761, slotList, field_75151_b, slots
int: b, field_7763, field_75152_c, windowId
int: b, field_7763, syncId, field_75152_c, windowId
int: g, field_7762, field_94535_f, dragType
int: g, field_7762, quickCraftStage, field_94535_f, dragType
int: h, field_7759, field_94536_g
int: h, field_7759, quickCraftButton, field_94536_g
Set<Slot>: i, field_7757, field_94537_h
Set<Slot>: i, field_7757, quickCraftSlots, field_94537_h
List<ICrafting>: j, field_7765, field_75149_d, listeners
List<ICrafting>: j, field_7765, listeners, field_75149_d, listeners
Set<EntityHuman>: k, field_7760, field_75148_f
Set<EntityHuman>: k, field_7760, restrictedPlayers, field_75148_f
short: f, field_7758, field_75150_e
short: f, field_7758, actionId, field_75150_e
NonNullList<ItemStack>: c, field_7764, field_75153_a, items
NonNullList<ItemStack>: c, field_7764, stackList, field_75153_a, items
List<ContainerProperty>: d, field_17285, field_216964_d
List<ContainerProperty>: d, field_17285, properties, field_216964_d
Containers<?>: e, field_17493, field_216965_e
Containers<?>: e, field_17493, type, field_216965_e
Constructors
Methods
Slot (Slot): a, method_7621, func_75146_a
Slot (Slot): a, method_7621, addSlot, func_75146_a
void (ICrafting): a, method_7596, func_75132_a, addSlotListener
void (ICrafting): a, method_7596, addListener, func_75132_a, addSlotListener
void (): c, method_7623, func_75142_b
void (): c, method_7623, sendContentUpdates, func_75142_b
boolean (EntityHuman, int): a, method_7604, func_75140_a
boolean (EntityHuman, int): a, method_7604, onButtonClick, func_75140_a
Slot (int): a, method_7611, func_75139_a, getSlot
Slot (int): a, method_7611, getSlot, func_75139_a, getSlot
ItemStack (EntityHuman, int): b, method_7601, func_82846_b, shiftClick
ItemStack (EntityHuman, int): b, method_7601, transferSlot, func_82846_b, shiftClick
boolean (ItemStack, Slot): a, method_7613, func_94530_a
boolean (ItemStack, Slot): a, method_7613, canInsertIntoSlot, func_94530_a
void (EntityHuman): b, method_7595, func_75134_a
void (EntityHuman): b, method_7595, close, func_75134_a
void (IInventory): a, method_7609, func_75130_a
void (IInventory): a, method_7609, onContentChanged, func_75130_a
void (int, ItemStack): a, method_7619, func_75141_a, setItem
void (int, ItemStack): a, method_7619, setStackInSlot, func_75141_a, setItem
boolean (EntityHuman): c, method_7622, func_75129_b
boolean (EntityHuman): c, method_7622, isRestricted, func_75129_b
void (EntityHuman, boolean): a, method_7590, func_75128_a
void (EntityHuman, boolean): a, method_7590, setPlayerRestriction, func_75128_a
boolean (EntityHuman): a, method_7597, func_75145_c, canUse
boolean (EntityHuman): a, method_7597, canUse, func_75145_c, canUse
boolean (ItemStack, int, int, boolean): a, method_7616, func_75135_a
boolean (ItemStack, int, int, boolean): a, method_7616, insertItem, func_75135_a
int (int): b, method_7620, func_94529_b
int (int): b, method_7620, unpackQuickCraftStage, func_94529_b
int (int): c, method_7594, func_94532_c
int (int): c, method_7594, unpackButtonId, func_94532_c
boolean (int, EntityHuman): a, method_7600, func_180610_a
boolean (int, EntityHuman): a, method_7600, shouldQuickCraftContinue, func_180610_a
void (): d, method_7605, func_94533_d
void (): d, method_7605, endQuickCraft, func_94533_d
boolean (Slot, ItemStack, boolean): a, method_7592, func_94527_a
boolean (Slot, ItemStack, boolean): a, method_7592, canInsertItemIntoSlot, func_94527_a
void (Set<Slot>, int, ItemStack, int): a, method_7617, func_94525_a
void (Set<Slot>, int, ItemStack, int): a, method_7617, calculateStackSize, func_94525_a
boolean (Slot): b, method_7615, func_94531_b
boolean (Slot): b, method_7615, canInsertIntoSlot, func_94531_b
int (TileEntity): a, method_7608, func_178144_a
int (TileEntity): a, method_7608, calculateComparatorOutput, func_178144_a
int (IInventory): b, method_7618, func_94526_b
int (IInventory): b, method_7618, calculateComparatorOutput, func_94526_b
void (ICrafting): b, method_7603, func_82847_b
void (ICrafting): b, method_7603, removeListener, func_82847_b
void (int, int): a, method_7606, func_75137_b
void (int, int): a, method_7606, setProperties, func_75137_b
short (PlayerInventory): a, method_7614, func_75136_a
short (PlayerInventory): a, method_7614, getNextActionId, func_75136_a
int (int, int): b, method_7591, func_94534_d
int (int, int): b, method_7591, packClickData, func_94534_d
ItemStack (int, int, InventoryClickType, EntityHuman): a, method_7593, func_184996_a
ItemStack (int, int, InventoryClickType, EntityHuman): a, method_7593, onSlotClick, func_184996_a
NonNullList<ItemStack> (): b, method_7602, func_75138_a
NonNullList<ItemStack> (): b, method_7602, getStacks, func_75138_a
void (List<ItemStack>): a, method_7610, func_190896_a
void (List<ItemStack>): a, method_7610, updateSlotStacks, func_190896_a
void (EntityHuman, World, IInventory): a, method_7607, func_193327_a
void (EntityHuman, World, IInventory): a, method_7607, dropInventory, func_193327_a
boolean (ItemStack, ItemStack): a, method_7612, func_195929_a
boolean (ItemStack, ItemStack): a, method_7612, canStacksCombine, func_195929_a
boolean (ContainerAccess, EntityHuman, Block): a, method_17695, func_216963_a
boolean (ContainerAccess, EntityHuman, Block): a, method_17695, canUse, func_216963_a
Containers<?> (): a, method_17358, func_216957_a, getType
Containers<?> (): a, method_17358, getType, func_216957_a, getType
void (IInventory, int): a, method_17359, func_216962_a
void (IInventory, int): a, method_17359, checkContainerSize, func_216962_a
void (IContainerProperties, int): a, method_17361, func_216959_a
void (IContainerProperties, int): a, method_17361, checkContainerDataCount, func_216959_a
ContainerProperty (ContainerProperty): a, method_17362, func_216958_a
ContainerProperty (ContainerProperty): a, method_17362, addProperty, func_216958_a
void (IContainerProperties): a, method_17360, func_216961_a
void (IContainerProperties): a, method_17360, addProperties, func_216961_a
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
ayb
ayc
Fields
Constructors
Methods
1.14
Names
apv
ayb
net.minecraft.class_1703
net.minecraft.inventory.Container
net.minecraft.inventory.container.Container
net.minecraft.server.v1_13_R2.Container
net.minecraft.server.v1_14_R1.Container
Fields
List<Slot>: c, field_75151_b, slots
List<Slot>: a, field_7761, field_75151_b, slots
int: d, field_75152_c, windowId
int: b, field_7763, field_75152_c, windowId
int: f, field_94535_f, dragType
int: g, field_7762, field_94535_f, dragType
int: g, field_94536_g
int: h, field_7759, field_94536_g
Set<Slot>: i, field_7757, field_94537_h
List<ICrafting>: e, field_75149_d, listeners
List<ICrafting>: j, field_7765, field_75149_d, listeners
Set<EntityHuman>: i, field_75148_f
Set<EntityHuman>: k, field_7760, field_75148_f
short: a, field_75150_e
short: f, field_7758, field_75150_e
NonNullList<ItemStack>: b, field_75153_a, items
NonNullList<ItemStack>: c, field_7764, field_75153_a, items
List<ContainerProperty>: d, field_17285, field_216964_d
Containers<?>: e, field_17493, field_216965_e
Constructors
()
(Containers<?>, int)
Methods
Slot (Slot): a, method_7621, func_75146_a
void (ICrafting): a, func_75132_a, addSlotListener
void (ICrafting): a, method_7596, func_75132_a, addSlotListener
void (): b, func_75142_b
void (): c, method_7623, func_75142_b
boolean (EntityHuman, int): a, func_75140_a
boolean (EntityHuman, int): a, method_7604, func_75140_a
Slot (IInventory, int): a, func_75147_a, getSlot
Slot (int): a, func_75139_a, getSlot
Slot (int): a, method_7611, func_75139_a, getSlot
ItemStack (EntityHuman, int): b, func_82846_b, shiftClick
ItemStack (EntityHuman, int): b, method_7601, func_82846_b, shiftClick
boolean (ItemStack, Slot): a, func_94530_a
boolean (ItemStack, Slot): a, method_7613, func_94530_a
void (EntityHuman): b, func_75134_a
void (EntityHuman): b, method_7595, func_75134_a
void (IInventory): a, func_75130_a
void (IInventory): a, method_7609, func_75130_a
void (int, ItemStack): a, func_75141_a, setItem
void (int, ItemStack): a, method_7619, func_75141_a, setItem
boolean (EntityHuman): c, func_75129_b
boolean (EntityHuman): c, method_7622, func_75129_b
void (EntityHuman, boolean): a, func_75128_a
void (EntityHuman, boolean): a, method_7590, func_75128_a
boolean (EntityHuman): a, func_75145_c, canUse
boolean (EntityHuman): a, method_7597, func_75145_c, canUse
boolean (ItemStack, int, int, boolean): a, func_75135_a
boolean (ItemStack, int, int, boolean): a, method_7616, func_75135_a
int (int): b, func_94529_b
int (int): b, method_7620, func_94529_b
int (int): c, func_94532_c
int (int): c, method_7594, func_94532_c
boolean (int, EntityHuman): a, func_180610_a
boolean (int, EntityHuman): a, method_7600, func_180610_a
void (): c, func_94533_d
void (): d, method_7605, func_94533_d
boolean (Slot, ItemStack, boolean): a, func_94527_a
boolean (Slot, ItemStack, boolean): a, method_7592, func_94527_a
void (Set<Slot>, int, ItemStack, int): a, func_94525_a
void (Set<Slot>, int, ItemStack, int): a, method_7617, func_94525_a
boolean (Slot): b, func_94531_b
boolean (Slot): b, method_7615, func_94531_b
int (TileEntity): a, func_178144_a
int (TileEntity): a, method_7608, func_178144_a
int (IInventory): b, func_94526_b
int (IInventory): b, method_7618, func_94526_b
void (ICrafting): b, func_82847_b
void (ICrafting): b, method_7603, func_82847_b
void (int, int): b, func_75137_b
void (int, int): a, method_7606, func_75137_b
short (PlayerInventory): a, func_75136_a
short (PlayerInventory): a, method_7614, func_75136_a
int (int, int): c, func_94534_d
int (int, int): b, method_7591, func_94534_d
ItemStack (int, int, InventoryClickType, EntityHuman): a, func_184996_a
ItemStack (int, int, InventoryClickType, EntityHuman): a, method_7593, func_184996_a
NonNullList<ItemStack> (): a, func_75138_a
NonNullList<ItemStack> (): b, method_7602, func_75138_a
void (List<ItemStack>): a, func_190896_a
void (List<ItemStack>): a, method_7610, func_190896_a
void (EntityHuman, World, IInventory): a, func_193327_a
void (EntityHuman, World, IInventory): a, method_7607, func_193327_a
boolean (ItemStack, ItemStack): a, func_195929_a
boolean (ItemStack, ItemStack): a, method_7612, func_195929_a
void (World, EntityHuman, IInventory, InventoryCraftResult): a, func_192389_a
boolean (ContainerAccess, EntityHuman, Block): a, method_17695, func_216963_a
Containers<?> (): a, method_17358, func_216957_a, getType
void (IInventory, int): a, method_17359, func_216962_a
void (IContainerProperties, int): a, method_17361, func_216959_a
ContainerProperty (ContainerProperty): a, method_17362, func_216958_a
void (IContainerProperties): a, method_17360, func_216961_a
1.13.2
Names
apu
apv
Fields
Constructors
Methods
1.13.1
Names
apr
apu
net.minecraft.server.v1_13_R1.Container
net.minecraft.server.v1_13_R2.Container
Fields
Constructors
Methods
1.13
Names
afr
apr
net.minecraft.server.v1_12_R1.Container
net.minecraft.server.v1_13_R1.Container
Fields
Constructors
Methods
void (): d, func_94533_d
void (): c, func_94533_d
int (int, int): d, func_94534_d
int (int, int): c, func_94534_d
void (World, EntityHuman, InventoryCrafting, InventoryCraftResult): a, func_192389_a
boolean (ItemStack, ItemStack): a, func_195929_a
void (World, EntityHuman, IInventory, InventoryCraftResult): a, func_192389_a
1.12.2
Names
Fields
List<Slot>: c, field_75151_b, slots
NonNullList<ItemStack>: b, field_75153_a
NonNullList<ItemStack>: b, field_75153_a, items
Constructors
Methods
ItemStack (EntityHuman, int): b, func_82846_b
ItemStack (EntityHuman, int): b, func_82846_b, shiftClick
boolean (EntityHuman): a, func_75145_c
boolean (EntityHuman): a, func_75145_c, canUse
1.12.1
Names
afp
afr
Fields
Constructors
Methods
void (int, ItemStack): b, func_192388_b
1.12
Names
acl
afp
net.minecraft.server.v1_11_R1.Container
net.minecraft.server.v1_12_R1.Container
Fields
Constructors
Methods
void (int, int, boolean, EntityHuman): a, func_75133_b
void (EntityHuman, World, IInventory): a, func_193327_a
void (int, ItemStack): b, func_192388_b
void (World, EntityHuman, InventoryCrafting, InventoryCraftResult): a, func_192389_a
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
ack
acl
Fields
Constructors
Methods
1.11
Names
abd
ack
net.minecraft.server.v1_10_R1.Container
net.minecraft.server.v1_11_R1.Container
Fields
List<ItemStack>: b, field_75153_a
NonNullList<ItemStack>: b, field_75153_a
Constructors
Methods
List<ItemStack> (): a, func_75138_a
void (ItemStack[]): a, func_75131_a
boolean (ItemStack, ItemStack): a, func_184997_a
NonNullList<ItemStack> (): a, func_75138_a
void (List<ItemStack>): a, func_190896_a
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
aau
abd
net.minecraft.server.v1_9_R2.Container
net.minecraft.server.v1_10_R1.Container
Fields
Constructors
Methods
1.9.4
Names
net.minecraft.server.v1_9_R1.Container
net.minecraft.server.v1_9_R2.Container
Fields
Constructors
Methods
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
xi
aau
net.minecraft.server.v1_8_R3.Container
net.minecraft.server.v1_9_R1.Container
Fields
Constructors
Methods
ItemStack (int, int, int, EntityHuman): a, func_75144_a, clickItem
ItemStack (int, int, InventoryClickType, EntityHuman): a, func_184996_a
boolean (ItemStack, ItemStack): a, func_184997_a
1.8.8
Names
xi
net.minecraft.inventory.Container
net.minecraft.server.v1_8_R3.Container
Fields
List<ItemStack>: b, field_75153_a
int: d, field_75152_c, windowId
int: f, field_94535_f, dragType
int: g, field_94536_g
List<ICrafting>: e, field_75149_d, listeners
Set<EntityHuman>: i, field_75148_f
short: a, field_75150_e
Constructors
()
Methods
void (ICrafting): a, func_75132_a, addSlotListener
List<ItemStack> (): a, func_75138_a
void (): b, func_75142_b
boolean (EntityHuman, int): a, func_75140_a
Slot (IInventory, int): a, func_75147_a, getSlot
Slot (int): a, func_75139_a, getSlot
ItemStack (EntityHuman, int): b, func_82846_b
ItemStack (int, int, int, EntityHuman): a, func_75144_a, clickItem
boolean (ItemStack, Slot): a, func_94530_a
void (int, int, boolean, EntityHuman): a, func_75133_b
void (EntityHuman): b, func_75134_a
void (IInventory): a, func_75130_a
void (int, ItemStack): a, func_75141_a, setItem
boolean (EntityHuman): c, func_75129_b
void (EntityHuman, boolean): a, func_75128_a
boolean (EntityHuman): a, func_75145_c
boolean (ItemStack, int, int, boolean): a, func_75135_a
int (int): b, func_94529_b
int (int): c, func_94532_c
boolean (int, EntityHuman): a, func_180610_a
void (): d, func_94533_d
boolean (Slot, ItemStack, boolean): a, func_94527_a
void (Set<Slot>, int, ItemStack, int): a, func_94525_a
boolean (Slot): b, func_94531_b
int (TileEntity): a, func_178144_a
int (IInventory): b, func_94526_b
void (ICrafting): b, func_82847_b
void (ItemStack[]): a, func_75131_a
void (int, int): b, func_75137_b
short (PlayerInventory): a, func_75136_a
int (int, int): d, func_94534_d