net.minecraft.client.gui.screens.inventory

public abstract class AbstractContainerScreen<T extends AbstractContainerMenu>

extends Screen implements MenuAccess<T>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget, MenuAccess

dgt
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
net.minecraft.class_465
net.minecraft.unmapped.C_gwivrcyr
net.minecraft.client.gui.screen.ingame.AbstractContainerScreen
net.minecraft.client.gui.screen.inventory.ContainerScreen

Field summary

Modifier and TypeField
public static final ResourceLocation
a
INVENTORY_LOCATION
field_2801
f_fevmuhfe
BACKGROUND_TEXTURE
field_147001_a
protected int
b
imageWidth
field_2792
f_nnzlngmx
containerWidth
field_146999_f
protected int
c
imageHeight
field_2779
f_exfjdmjc
containerHeight
field_147000_g
protected final T
d
menu
field_2797
f_fcdkvucs
container
field_147002_h
protected final Inventory
e
inventory
field_17410
f_wsnmuoce
playerInventory
field_213127_e
protected int
f
leftPos
field_2776
f_fvehpsdt
x
field_147003_i
protected int
g
topPos
field_2800
f_dipcbwmj
y
field_147009_r
protected Slot
h
hoveredSlot
field_2787
f_qdszuymx
focusedSlot
field_147006_u
private Slot
k
clickedSlot
field_2777
f_tqcrecah
touchDragSlotStart
field_147005_v
private boolean
l
isSplittingStack
field_2789
f_hhaugdtq
touchIsRightClickDrag
field_147004_w
private ItemStack
m
draggingItem
field_2782
f_kfrywqhx
touchDragStack
field_147012_x
private int
n
snapbackStartX
field_2784
f_sogupqfx
touchDropX
field_147011_y
private int
o
snapbackStartY
field_2796
f_onhqpiax
touchDropY
field_147010_z
private Slot
p
snapbackEnd
field_2802
f_ifcvxbjq
touchDropOriginSlot
field_146989_A
private long
q
snapbackTime
field_2795
f_ungywyhx
touchDropTime
field_146990_B
private ItemStack
r
snapbackItem
field_2785
f_wjuosaan
touchDropReturningStack
field_146991_C
private Slot
s
quickdropSlot
field_2780
f_eboiopem
touchHoveredSlot
field_146985_D
private long
t
quickdropTime
field_2781
f_mizdkgtp
touchDropTimer
field_146986_E
protected final Set<Slot>
i
quickCraftSlots
field_2793
f_ozkbqkty
cursorDragSlots
field_147008_s
protected boolean
j
isQuickCrafting
field_2794
f_tdmywybh
isCursorDragging
field_147007_t
private int
u
quickCraftingType
field_2790
f_larkxlhn
heldButtonType
field_146987_F
private int
v
quickCraftingButton
field_2778
f_wxpczinj
heldButtonCode
field_146988_G
private boolean
w
skipNextRelease
field_2798
f_haajolfq
cancelNextRelease
field_146995_H
private int
x
quickCraftingRemainder
field_2803
f_zxhppytr
draggedStackRemainder
field_146996_I
private long
y
lastClickTime
field_2788
f_bhhdfbtt
lastButtonClickTime
field_146997_J
private Slot
z
lastClickSlot
field_2799
f_cosvnlvl
lastClickedSlot
field_146998_K
private int
A
lastClickButton
field_2786
f_hcgjnipj
lastClickedButton
field_146992_L
private boolean
B
doubleclick
field_2783
f_gbfougoi
isDoubleClicking
field_146993_M
private ItemStack
C
lastQuickMoved
field_2791
f_kzgibxpu
quickMovingStack
field_146994_N

Constructor summary

ModifierConstructor
public (T container, Inventory playerInventory, Component name)

Method summary

Modifier and TypeMethod
protected void
init()
init()
init()
init()
public void
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
protected void
a(int arg0, int arg1)
renderTooltip(int arg0, int arg1)
method_2380(int arg0, int arg1)
m_grarlstl(int arg0, int arg1)
drawMouseoverTooltip(int mouseX, int mouseY)
func_191948_b(int arg0, int arg1)
private void
a(bek arg0, int arg1, int arg2, String arg3)
renderFloatingItem(ItemStack arg0, int arg1, int arg2, String arg3)
method_2382(class_1799 arg0, int arg1, int arg2, String arg3)
m_edqlkxoi(C_sddaxwyk arg0, int arg1, int arg2, String arg3)
drawItem(ItemStack stack, int xPosition, int yPosition, String amountText)
func_146982_a(ItemStack arg0, int arg1, int arg2, String arg3)
protected void
b(int arg0, int arg1)
renderLabels(int arg0, int arg1)
method_2388(int arg0, int arg1)
m_lypenorc(int arg0, int arg1)
drawForeground(int mouseX, int mouseY)
func_146979_b(int arg0, int arg1)
protected abstract void
a(float arg0, int arg1, int arg2)
renderBg(float arg0, int arg1, int arg2)
method_2389(float arg0, int arg1, int arg2)
m_plsdjslm(float arg0, int arg1, int arg2)
drawBackground(float delta, int mouseX, int mouseY)
func_146976_a(float arg0, int arg1, int arg2)
private void
a(bbx arg0)
renderSlot(Slot arg0)
method_2385(class_1735 arg0)
m_zioswvnu(C_nhvqfffd arg0)
drawSlot(Slot arg0)
func_146977_a(Slot arg0)
private void
d()
recalculateQuickCraftRemaining()
method_2379()
m_zfnzxtan()
calculateOffset()
func_146980_g()
private Slot
c(double arg0, double arg1)
findSlot(double arg0, double arg1)
method_2386(double arg0, double arg1)
m_ocyatgfb(double arg0, double arg1)
getSlotAt(double xPosition, double yPosition)
func_195360_a(double arg0, double arg1)
public boolean
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
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)
m_nemptfst(double arg0, double arg1, int arg2, int arg3, int arg4)
isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)
func_195361_a(double arg0, double arg1, int arg2, int arg3, int arg4)
public boolean
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
public boolean
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
private boolean
a(bbx arg0, double arg1, double arg2)
isHovering(Slot arg0, double arg1, double arg2)
method_2387(class_1735 arg0, double arg1, double arg2)
m_cwxxnnun(C_nhvqfffd arg0, double arg1, double arg2)
isPointOverSlot(Slot slot, double pointX, double pointY)
func_195362_a(Slot arg0, double arg1, double arg2)
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)
m_xpbwlfnh(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
isPointWithinBounds(int xPosition, int yPosition, int width, int height, double pointX, double pointY)
func_195359_a(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
protected void
a(bbx arg0, int arg1, int arg2, bas arg3)
slotClicked(Slot arg0, int arg1, int arg2, ClickType arg3)
method_2383(class_1735 arg0, int arg1, int arg2, class_1713 arg3)
m_cytvygkr(C_nhvqfffd arg0, int arg1, int arg2, C_viureuve arg3)
onMouseClick(Slot slot, int invSlot, int button, SlotActionType arg3)
func_184098_a(Slot arg0, int arg1, int arg2, ClickType arg3)
public boolean
shouldCloseOnEsc()
shouldCloseOnEsc()
shouldCloseOnEsc()
shouldCloseOnEsc()
public boolean
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
protected boolean
c(int arg0, int arg1)
checkNumkeyPressed(int arg0, int arg1)
method_2384(int arg0, int arg1)
m_wutnhswh(int arg0, int arg1)
handleHotbarKeyPressed(int keyCode, int scanCode)
func_195363_d(int arg0, int arg1)
public void
removed()
removed()
removed()
removed()
public boolean
isPauseScreen()
isPauseScreen()
isPauseScreen()
isPauseScreen()
public void
tick()
tick()
tick()
tick()
public T
a()
getMenu()
method_17577()
m_lknpkqbd()
getContainer()
func_212873_a_()