Enigma is annoying sometimes

This commit is contained in:
modmuss50 2016-08-30 12:50:20 +01:00
parent dca05a85fe
commit cfe4ed9483
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ CLASS none/bhc net/minecraft/client/gui/GuiContainer
ARG 2 mouseY
METHOD a draw (IIF)V
METHOD a handleMouseClick (III)V
METHOD a mouseClick (Lnone/act;IILnone/abz;)V
METHOD a onMouseClick (Lnone/act;IILnone/abz;)V
ARG 0 slot
ARG 1 invSlot
ARG 2 mouse
ARG 2 button
ARG 3 type
METHOD b init ()V
METHOD b drawForeground (II)V

View File

@ -36,10 +36,10 @@ CLASS none/bhl net/minecraft/client/gui/ingame/GuiCreativeInventory
METHOD a drawBackground (FII)V
METHOD a draw (IIF)V
METHOD a handleMouseClick (III)V
METHOD a mouseClick (Lnone/act;IILnone/abz;)V
METHOD a onMouseClick (Lnone/act;IILnone/abz;)V
ARG 0 slot
ARG 1 invSlot
ARG 2 mouse
ARG 2 button
ARG 3 type
METHOD a drawStackTooltip (Lnone/aeq;II)V
METHOD a handleButtonPressed (Lnone/bei;)V