yarn/mappings/net/minecraft/client/gui/screen/recipebook/AnimatedResultButton.mapping

21 lines
535 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dcn net/minecraft/client/gui/screen/recipebook/AnimatedResultButton
2019-06-07 07:45:25 -04:00
FIELD a BG_TEX Lqt;
FIELD b craftingContainer Lazl;
FIELD c recipeBook Lyq;
2019-06-19 13:48:53 -04:00
FIELD d results Ldco;
2019-03-20 13:56:26 -04:00
FIELD e time F
FIELD f bounce F
FIELD g currentResultIndex I
2019-06-19 13:48:53 -04:00
METHOD a getResultCollection ()Ldco;
2019-03-20 13:56:26 -04:00
METHOD a setPos (II)V
2019-05-12 04:26:20 -04:00
ARG 1 x
ARG 2 y
2019-06-19 13:48:53 -04:00
METHOD a showResultCollection (Ldco;Ldcl;)V
2019-03-20 13:56:26 -04:00
METHOD b hasResults ()Z
2019-06-07 07:45:25 -04:00
METHOD c currentRecipe ()Lbem;
2019-03-20 13:56:26 -04:00
METHOD d getResults ()Ljava/util/List;
2019-04-16 11:51:03 -04:00
METHOD renderButton (IIF)V
ARG 1 mouseX
ARG 2 mouseY
ARG 3 delta