net.minecraft.client.gui.screen.game.inventory

public abstract class InventoryMenuScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, ConfirmationListener

ckx
net.minecraft.unmapped.C_87711245
net.minecraft.client.gui.screen.game.inventory.InventoryMenuScreen
net.minecraft.client.gui.inventory.GuiContainer

Field summary

Modifier and TypeField
public static final Identifier
a
f_16649611
MENU_LOCATION
field_147001_a
protected int
f
f_99871233
backgroundWidth
field_146999_f
protected int
g
f_73003637
backgroundHeight
field_147000_g
public InventoryMenu
h
f_76651046
menu
field_147002_h
protected int
i
f_86721753
x
field_147003_i
protected int
s
f_86953664
y
field_147009_r
protected InventorySlot
t
f_71971935
hoveredSlot
field_147006_u
private InventorySlot
w
f_37902548
touchDragSlotStart
field_147005_v
private boolean
x
f_83929846
touchIsRightClickDrag
field_147004_w
private ItemStack
y
f_64241824
touchDraggedItem
field_147012_x
private int
z
f_57901744
touchDropX
field_147011_y
private int
A
f_07671930
touchDropY
field_147010_z
private InventorySlot
B
f_79955659
touchDropOriginSlot
field_146989_A
private long
C
f_33698465
touchDropTime
field_146990_B
private ItemStack
D
f_30100487
touchDropReturningItem
field_146991_C
private InventorySlot
E
f_66960629
draggedInvSlot
field_146985_D
private long
F
f_53560215
touchDropTimer
field_146986_E
protected final Set<InventorySlot>
u
f_47258017
draggedInvSlots
field_147008_s
protected boolean
v
f_68881372
isDraggingItem
field_147007_t
private int
G
f_76901276
clickDragMode
field_146987_F
private int
H
f_01002396
clickDragButton
field_146988_G
private boolean
I
f_27432273
cancelNextMouseRelease
field_146995_H
private int
J
f_52253396
draggedItemRemainder
field_146996_I
private long
K
f_24358209
lastButtonClickTime
field_146997_J
private InventorySlot
L
f_75131796
clickedInvSlot
field_146998_K
private int
M
f_49007750
lastClickedButton
field_146992_L
private boolean
N
f_04987612
isDoubleClicking
field_146993_M
private ItemStack
O
f_27946952
shiftClickedItem
field_146994_N

Constructor summary

ModifierConstructor
public (InventoryMenu menu)

Method summary

Modifier and TypeMethod
protected void
c()
m_41805697()
init()
func_73866_w_()
public void
a(int arg0, int arg1, float arg2)
m_93956703(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
func_73863_a(int arg0, int arg1, float arg2)
protected void
b(int arg0, int arg1)
m_46197264(int arg0, int arg1)
renderTooltip(int x, int y)
func_191948_b(int arg0, int arg1)
private void
a(atd arg0, int arg1, int arg2, String arg3)
m_49263567(C_88708284 arg0, int arg1, int arg2, String arg3)
drawItem(ItemStack item, int x, int y, String itemInfo)
func_146982_a(ItemStack arg0, int arg1, int arg2, String arg3)
protected void
c(int arg0, int arg1)
m_22745008(int arg0, int arg1)
renderLabels(int mouseX, int mouseY)
func_146979_b(int arg0, int arg1)
protected abstract void
a(float arg0, int arg1, int arg2)
m_98661498(float arg0, int arg1, int arg2)
renderMenuBackground(float tickDelta, int mouseX, int mouseY)
func_146976_a(float arg0, int arg1, int arg2)
private void
a(aqw arg0)
m_79711246(C_12356698 arg0)
renderSlot(InventorySlot slot)
func_146977_a(Slot arg0)
private void
h()
m_64724459()
updateDraggedStackRemainder()
func_146980_g()
private InventorySlot
a(double arg0, double arg1)
m_06972709(double arg0, double arg1)
getSlot(double x, double y)
func_195360_a(double arg0, double arg1)
public boolean
mouseClicked(double arg0, double arg1, int arg2)
m_29843171(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)
m_63960957(double arg0, double arg1, int arg2, int arg3, int arg4)
hasClickedOutside(double mouseX, double mouseY, int screenX, int screenY, 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)
m_52921597(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)
m_37728393(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
private boolean
a(aqw arg0, double arg1, double arg2)
m_42710124(C_12356698 arg0, double arg1, double arg2)
isMouseOverSlot(InventorySlot slot, double mouseX, double mouseY)
func_195362_a(Slot arg0, double arg1, double arg2)
protected boolean
a(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
m_03793141(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
isMouseInRegion(int x, int y, int width, int height, double mouseX, double mouseY)
func_195359_a(int arg0, int arg1, int arg2, int arg3, double arg4, double arg5)
protected void
a(aqw arg0, int arg1, int arg2, apz arg3)
m_70125770(C_12356698 arg0, int arg1, int arg2, C_46533386 arg3)
clickSlot(InventorySlot slot, int clickData, int mouseButton, ActionType type)
func_184098_a(Slot arg0, int arg1, int arg2, ClickType arg3)
public boolean
ah_()
m_13451306()
shouldCloseOnEsc()
func_195120_Y_()
public boolean
keyPressed(int arg0, int arg1, int arg2)
m_40016007(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
protected boolean
d(int arg0, int arg1)
m_52675179(int arg0, int arg1)
moveHoveredSlotToHotbar(int key, int scancode)
func_195363_d(int arg0, int arg1)
public void
n()
m_47002234()
removed()
func_146281_b()
public boolean
e()
m_94022149()
shouldPauseGame()
func_73868_f()
public void
f()
m_53520780()
tick()
func_73876_c()