net.minecraft.client.gui.screens.inventory

public abstract class AbstractContainerScreen<T extends AbstractContainerMenu>

extends Screen implements MenuAccess<T>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fun
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
net.minecraft.class_465
net.minecraft.client.gui.screen.ingame.HandledScreen

Field summary

Modifier and TypeField
public static final ResourceLocation
a
INVENTORY_LOCATION
field_2801
BACKGROUND_TEXTURE
private static final ResourceLocation
G
SLOT_HIGHLIGHT_BACK_SPRITE
field_54268
SLOT_HIGHLIGHT_BACK_TEXTURE
private static final ResourceLocation
H
SLOT_HIGHLIGHT_FRONT_SPRITE
field_54269
SLOT_HIGHLIGHT_FRONT_TEXTURE
protected static final int
b
BACKGROUND_TEXTURE_WIDTH
field_52802
field_52802
protected static final int
c
BACKGROUND_TEXTURE_HEIGHT
field_52803
field_52803
private static final float
I
SNAPBACK_SPEED
field_32318
field_32318
private static final int
J
QUICKDROP_DELAY
field_32319
field_32319
public static final int
d
SLOT_ITEM_BLIT_OFFSET
field_32322
field_32322
private static final int
K
HOVER_ITEM_BLIT_OFFSET
field_32321
field_32321
protected int
s
imageWidth
field_2792
backgroundWidth
protected int
u
imageHeight
field_2779
backgroundHeight
protected int
v
titleLabelX
field_25267
titleX
protected int
w
titleLabelY
field_25268
titleY
protected int
x
inventoryLabelX
field_25269
playerInventoryTitleX
protected int
y
inventoryLabelY
field_25270
playerInventoryTitleY
private final List<ItemSlotMouseAction>
L
itemSlotMouseActions
field_52801
tooltipSubmenuHandlers
protected final T
z
menu
field_2797
handler
protected final Component
A
playerInventoryTitle
field_29347
playerInventoryTitle
protected Slot
B
hoveredSlot
field_2787
focusedSlot
private Slot
M
clickedSlot
field_2777
touchDragSlotStart
private Slot
N
snapbackEnd
field_2802
touchDropOriginSlot
private Slot
O
quickdropSlot
field_2780
touchHoveredSlot
private Slot
P
lastClickSlot
field_2799
lastClickedSlot
protected int
C
leftPos
field_2776
x
protected int
D
topPos
field_2800
y
private boolean
Q
isSplittingStack
field_2789
touchIsRightClickDrag
private ItemStack
R
draggingItem
field_2782
touchDragStack
private int
S
snapbackStartX
field_2784
touchDropX
private int
T
snapbackStartY
field_2796
touchDropY
private long
U
snapbackTime
field_2795
touchDropTime
private ItemStack
V
snapbackItem
field_2785
touchDropReturningStack
private long
W
quickdropTime
field_2781
touchDropTimer
protected final Set<Slot>
E
quickCraftSlots
field_2793
cursorDragSlots
protected boolean
F
isQuickCrafting
field_2794
cursorDragging
private int
X
quickCraftingType
field_2790
heldButtonType
private int
Y
quickCraftingButton
field_2778
heldButtonCode
private boolean
Z
skipNextRelease
field_2798
cancelNextRelease
private int
aa
quickCraftingRemainder
field_2803
draggedStackRemainder
private long
ab
lastClickTime
field_2788
lastButtonClickTime
private int
ac
lastClickButton
field_2786
lastClickedButton
private boolean
ad
doubleclick
field_2783
doubleClicking
private ItemStack
ae
lastQuickMoved
field_2791
quickMovingStack

Constructor summary

ModifierConstructor
public (T handler, Inventory inventory, Component title)

Method summary

Modifier and TypeMethod
protected void
aT_()
init()
method_25426()
init()
protected void
a(fnu arg0)
addItemSlotMouseAction(ItemSlotMouseAction arg0)
method_62000(class_9930 arg0)
addTooltipSubmenuHandler(TooltipSubmenuHandler handler)
public void
a(fns arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
protected void
c(fns arg0)
renderSlots(GuiGraphics arg0)
method_64508(class_332 arg0)
drawSlots(DrawContext context)
public void
b(fns arg0, int arg1, int arg2, float arg3)
renderBackground(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25420(class_332 arg0, int arg1, int arg2, float arg3)
renderBackground(DrawContext arg0, int arg1, int arg2, float arg3)
public boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
private void
d(fns arg0)
renderSlotHighlightBack(GuiGraphics arg0)
method_64241(class_332 arg0)
drawSlotHighlightBack(DrawContext context)
private void
e(fns arg0)
renderSlotHighlightFront(GuiGraphics arg0)
method_64242(class_332 arg0)
drawSlotHighlightFront(DrawContext context)
protected void
a(fns arg0, int arg1, int arg2)
renderTooltip(GuiGraphics arg0, int arg1, int arg2)
method_2380(class_332 arg0, int arg1, int arg2)
drawMouseoverTooltip(DrawContext drawContext, int x, int y)
private boolean
b(cxp arg0)
showTooltipWithItemInHand(ItemStack arg0)
method_62001(class_1799 arg0)
isItemTooltipSticky(ItemStack item)
protected List<Component>
a(cxp arg0)
getTooltipFromContainerItem(ItemStack arg0)
method_51454(class_1799 arg0)
getTooltipFromItem(ItemStack stack)
private void
a(fns arg0, cxp arg1, int arg2, int arg3, String arg4)
renderFloatingItem(GuiGraphics arg0, ItemStack arg1, int arg2, int arg3, String arg4)
method_2382(class_332 arg0, class_1799 arg1, int arg2, int arg3, String arg4)
drawItem(DrawContext context, ItemStack stack, int x, int y, String amountText)
protected void
b(fns arg0, int arg1, int arg2)
renderLabels(GuiGraphics arg0, int arg1, int arg2)
method_2388(class_332 arg0, int arg1, int arg2)
drawForeground(DrawContext context, int mouseX, int mouseY)
protected abstract void
a(fns arg0, float arg1, int arg2, int arg3)
renderBg(GuiGraphics arg0, float arg1, int arg2, int arg3)
method_2389(class_332 arg0, float arg1, int arg2, int arg3)
drawBackground(DrawContext context, float delta, int mouseX, int mouseY)
protected void
a(fns arg0, cuz arg1)
renderSlot(GuiGraphics arg0, Slot arg1)
method_2385(class_332 arg0, class_1735 arg1)
drawSlot(DrawContext context, Slot slot)
private void
G()
recalculateQuickCraftRemaining()
method_2379()
calculateOffset()
private Slot
b(double arg0, double arg1)
getHoveredSlot(double arg0, double arg1)
method_64240(double arg0, double arg1)
getSlotAt(double mouseX, double mouseY)
public boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
private void
a(int arg0)
checkHotbarMouseClicked(int arg0)
method_30107(int arg0)
onMouseClick(int button)
protected boolean
a(double arg0, double arg1, int arg2, int arg3, int arg4)
hasClickedOutside(double arg0, double arg1, int arg2, int arg3, int arg4)
method_2381(double arg0, double arg1, int arg2, int arg3, int arg4)
isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)
public boolean
a(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
method_25403(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
public boolean
b(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
method_25406(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
public void
l()
clearDraggingState()
method_44339()
endTouchDrag()
private boolean
a(cuz arg0, double arg1, double arg2)
isHovering(Slot arg0, double arg1, double arg2)
method_2387(class_1735 arg0, double arg1, double arg2)
isPointOverSlot(Slot slot, double pointX, double pointY)
protected boolean
a(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
isHovering(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
method_2378(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
isPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY)
private void
a(cuz arg0)
onStopHovering(Slot arg0)
method_61998(class_1735 arg0)
resetTooltipSubmenus(Slot slot)
protected void
a(cuz arg0, int arg1, int arg2, ctn arg3)
slotClicked(Slot arg0, int arg1, int arg2, ClickType arg3)
method_2383(class_1735 arg0, int arg1, int arg2, class_1713 arg3)
onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType)
void
a(cuz arg0, ctn arg1)
onMouseClickAction(Slot arg0, ClickType arg1)
method_64239(class_1735 arg0, class_1713 arg1)
onMouseClick(Slot slot, SlotActionType actionType)
protected void
a(int arg0, int arg1, boolean arg2)
handleSlotStateChanged(int arg0, int arg1, boolean arg2)
method_54590(int arg0, int arg1, boolean arg2)
onSlotChangedState(int slotId, int handlerId, boolean newState)
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
protected boolean
a(int arg0, int arg1)
checkHotbarKeyPressed(int arg0, int arg1)
method_2384(int arg0, int arg1)
handleHotbarKeyPressed(int keyCode, int scanCode)
public void
aJ_()
removed()
method_25432()
removed()
public boolean
j()
isPauseScreen()
method_25421()
shouldPause()
public final void
e()
tick()
method_25393()
tick()
protected void
E()
containerTick()
method_37432()
handledScreenTick()
public T
F()
getMenu()
method_17577()
getScreenHandler()
public void
aP_()
onClose()
method_25419()
close()