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

20 lines
942 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_514 net/minecraft/client/gui/screen/recipebook/AnimatedResultButton
Many client side GUI mappings (#2048) * A bunch of GUI mappings * client.gui.hud.spectator.* * PlayerListHud * AdvancementsScreen * client.gui.screen.ingame.* * Fix duplicated field * Fix more duplicated fields. Remove non-existent field from CreateWorldScreen Add field_26562 and method_30902 to BeaconScreen * Use names from latest snapshot * Update mappings/net/minecraft/client/gui/screen/world/WorldListWidget.mapping Co-authored-by: YanisBft <doublecraft.official@gmail.com> * Update mappings/net/minecraft/client/gui/screen/ingame/BookEditScreen.mapping * Update mappings/net/minecraft/client/gui/screen/DatapackFailureScreen.mapping Co-authored-by: i509VCB <i509vcb@gmail.com> * Update files * Update mappings/net/minecraft/client/gui/hud/PlayerListHud.mapping Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Update mappings/net/minecraft/client/gui/hud/PlayerListHud.mapping * Update mappings/net/minecraft/client/gui/MapRenderer.mapping * Update mappings/net/minecraft/client/gui/screen/DownloadingTerrainScreen.mapping * Update mappings/net/minecraft/client/gui/screen/TitleScreen.mapping * Map more things on client.gui.widget * Update mappings/net/minecraft/client/gui/widget/EntryListWidget.mapping * Map method_31406 * Map stuff on client.gui.screen.advancement.AdvancementWidget * Map more stuff on client.gui.screen.ingame * Map stuff on client.gui.screen.multiplayer * Map things on client.gui.screen.pack * client.gui.screen.recipebook * client.gui.screen.world * client.gui.screen * Apply @liach's suggestions * Apply suggestions from code review Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Various changes. Map some parameters Change stuff to the snapshot branch names * Apply suggestions from code review Co-authored-by: YanisBft <doublecraft.official@gmail.com> * Apply suggestions from code review Looks like I missed one Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: YanisBft <doublecraft.official@gmail.com> Co-authored-by: i509VCB <i509vcb@gmail.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-02-22 18:15:46 -05:00
FIELD field_26595 MORE_RECIPES_TEXT Lnet/minecraft/class_2561;
FIELD field_3137 craftingScreenHandler Lnet/minecraft/class_1729;
2019-06-28 17:55:20 -04:00
FIELD field_3138 recipeBook Lnet/minecraft/class_3439;
FIELD field_3139 bounce F
FIELD field_3140 time F
FIELD field_3141 currentResultIndex I
FIELD field_3142 results Lnet/minecraft/class_516;
FIELD field_3143 BACKGROUND_TEXTURE Lnet/minecraft/class_2960;
2019-06-28 17:55:20 -04:00
METHOD method_2639 getResults ()Ljava/util/List;
METHOD method_2640 showResultCollection (Lnet/minecraft/class_516;Lnet/minecraft/class_513;)V
METHOD method_2641 setPos (II)V
2019-05-12 04:26:20 -04:00
ARG 1 x
ARG 2 y
2019-06-28 17:55:20 -04:00
METHOD method_2642 hasResults ()Z
METHOD method_2643 currentRecipe ()Lnet/minecraft/class_1860;
METHOD method_2644 getTooltip (Lnet/minecraft/class_437;)Ljava/util/List;
ARG 1 screen
2019-06-28 17:55:20 -04:00
METHOD method_2645 getResultCollection ()Lnet/minecraft/class_516;