Package net.minecraft.world.inventory
Class CartographyTableMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.CartographyTableMenu
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ContainerLevelAccessstatic final intfinal Containerprivate static final intprivate static final int(package private) longstatic final intstatic final intprivate final ResultContainerprivate static final intprivate static final intFields inherited from class net.minecraft.world.inventory.AbstractContainerMenuCARRIED_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 SummaryConstructorsConstructorDescriptionCartographyTableMenu(int p_39140_, Inventory p_39141_) CartographyTableMenu(int p_39143_, Inventory p_39144_, ContainerLevelAccess p_39145_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanTakeItemForPickAll(ItemStack p_39160_, Slot p_39161_) quickMoveStack(Player p_39175_, int p_39176_) voidprivate voidsetupResultSlot(ItemStack p_39163_, ItemStack p_39164_, ItemStack p_39165_) voidslotsChanged(Container p_39147_) booleanstillValid(Player p_39149_) Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenuaddDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, stillValid, suppressRemoteUpdates, transferState
- 
Field Details- 
MAP_SLOTpublic static final int MAP_SLOT- See Also:
 
- 
ADDITIONAL_SLOTpublic static final int ADDITIONAL_SLOT- See Also:
 
- 
RESULT_SLOTpublic static final int RESULT_SLOT- See Also:
 
- 
INV_SLOT_STARTprivate static final int INV_SLOT_START- See Also:
 
- 
INV_SLOT_ENDprivate static final int INV_SLOT_END- See Also:
 
- 
USE_ROW_SLOT_STARTprivate static final int USE_ROW_SLOT_START- See Also:
 
- 
USE_ROW_SLOT_ENDprivate static final int USE_ROW_SLOT_END- See Also:
 
- 
access
- 
lastSoundTimelong lastSoundTime
- 
container
- 
resultContainer
 
- 
- 
Constructor Details- 
CartographyTableMenu
- 
CartographyTableMenu
 
- 
- 
Method Details- 
stillValid- Specified by:
- stillValidin class- AbstractContainerMenu
 
- 
slotsChanged- Overrides:
- slotsChangedin class- AbstractContainerMenu
 
- 
setupResultSlot
- 
canTakeItemForPickAll- Overrides:
- canTakeItemForPickAllin class- AbstractContainerMenu
 
- 
quickMoveStack- Specified by:
- quickMoveStackin class- AbstractContainerMenu
 
- 
removed- Overrides:
- removedin class- AbstractContainerMenu
 
 
-