Fill names in AdvancementTabType with existing names in the context

This commit is contained in:
Mikhail Oleynikov 2019-11-03 12:59:39 +03:00 committed by Player
parent 02908445ab
commit c37fc0ee16
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,12 @@ CLASS net/minecraft/class_453 net/minecraft/client/gui/screen/advancement/Advanc
FIELD field_2671 width I
FIELD field_2672 v I
FIELD field_2674 u I
METHOD <init> (Ljava/lang/String;IIIIII)V
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
ARG 7 tabCount
METHOD method_2301 drawBackground (Lnet/minecraft/class_332;IIZI)V
ARG 1 drawable
ARG 2 x
@ -11,6 +17,7 @@ CLASS net/minecraft/class_453 net/minecraft/client/gui/screen/advancement/Advanc
ARG 4 selected
ARG 5 index
METHOD method_2302 getTabX (I)I
ARG 1 index
METHOD method_2303 isClickOnTab (IIIDD)Z
ARG 1 screenX
ARG 2 screenY
@ -19,7 +26,10 @@ CLASS net/minecraft/class_453 net/minecraft/client/gui/screen/advancement/Advanc
ARG 6 mouseY
METHOD method_2304 getTabCount ()I
METHOD method_2305 getTabY (I)I
ARG 1 index
METHOD method_2306 drawIcon (IIILnet/minecraft/class_918;Lnet/minecraft/class_1799;)V
ARG 1 x
ARG 2 y
ARG 3 index
ARG 4 itemRenderer
ARG 5 icon