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

21 lines
535 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS dck net/minecraft/client/gui/screen/recipebook/AnimatedResultButton
2019-04-05 12:03:47 -04:00
FIELD a BG_TEX Lqs;
2019-06-03 12:48:18 -04:00
FIELD b craftingContainer Lazj;
FIELD c recipeBook Lyo;
FIELD d results Ldcl;
2019-03-20 13:56:26 -04:00
FIELD e time F
FIELD f bounce F
FIELD g currentResultIndex I
2019-06-03 12:48:18 -04:00
METHOD a getResultCollection ()Ldcl;
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-03 12:48:18 -04:00
METHOD a showResultCollection (Ldcl;Ldci;)V
2019-03-20 13:56:26 -04:00
METHOD b hasResults ()Z
2019-06-03 12:48:18 -04:00
METHOD c currentRecipe ()Lbek;
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