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

21 lines
535 B
Plaintext
Raw Normal View History

2019-05-16 12:20:12 -04:00
CLASS dcj net/minecraft/client/gui/screen/recipebook/AnimatedResultButton
2019-04-05 12:03:47 -04:00
FIELD a BG_TEX Lqs;
2019-05-07 12:05:49 -04:00
FIELD b craftingContainer Lazi;
2019-04-18 17:01:39 -04:00
FIELD c recipeBook Lyn;
2019-05-07 12:05:49 -04:00
FIELD d results Ldck;
2019-03-20 13:56:26 -04:00
FIELD e time F
FIELD f bounce F
FIELD g currentResultIndex I
2019-05-07 12:05:49 -04:00
METHOD a getResultCollection ()Ldck;
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-05-07 12:05:49 -04:00
METHOD a showResultCollection (Ldck;Ldch;)V
2019-03-20 13:56:26 -04:00
METHOD b hasResults ()Z
2019-05-07 12:05:49 -04:00
METHOD c currentRecipe ()Lbej;
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