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

65 lines
2.7 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeBookWidget
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_25711 SEARCH_HINT_TEXT Lnet/minecraft/class_2561;
FIELD field_26593 TOGGLE_CRAFTABLE_RECIPES_TEXT Lnet/minecraft/class_2561;
FIELD field_26594 TOGGLE_ALL_RECIPES_TEXT Lnet/minecraft/class_2561;
2019-06-28 17:55:20 -04:00
FIELD field_3086 recipesArea Lnet/minecraft/class_513;
FIELD field_3087 searching Z
2019-06-28 17:55:20 -04:00
FIELD field_3088 toggleCraftableButton Lnet/minecraft/class_361;
FIELD field_3089 searchField Lnet/minecraft/class_342;
FIELD field_3090 recipeFinder Lnet/minecraft/class_1662;
FIELD field_3091 client Lnet/minecraft/class_310;
FIELD field_3092 ghostSlots Lnet/minecraft/class_505;
FIELD field_3093 cachedInvChangeCount I
FIELD field_3094 tabButtons Ljava/util/List;
FIELD field_3095 craftingScreenHandler Lnet/minecraft/class_1729;
2019-06-28 17:55:20 -04:00
FIELD field_3096 recipeBook Lnet/minecraft/class_299;
FIELD field_3097 TEXTURE Lnet/minecraft/class_2960;
FIELD field_3098 currentTab Lnet/minecraft/class_512;
FIELD field_3099 searchText Ljava/lang/String;
FIELD field_3100 parentHeight I
FIELD field_3101 parentWidth I
FIELD field_3102 leftOffset I
2020-07-22 12:29:24 -04:00
METHOD method_17064 getToggleCraftableButtonText ()Lnet/minecraft/class_2561;
2019-06-28 17:55:20 -04:00
METHOD method_2576 triggerPirateSpeakEasterEgg (Ljava/lang/String;)V
METHOD method_2579 reset (Z)V
ARG 1 narrow
2020-04-22 11:59:47 -04:00
METHOD method_2581 drawGhostSlots (Lnet/minecraft/class_4587;IIZF)V
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
ARG 1 matrices
2019-06-28 17:55:20 -04:00
METHOD method_2585 setBookButtonTexture ()V
METHOD method_2586 refreshSearchResults ()V
METHOD method_2587 refreshInputs ()V
METHOD method_2588 sendBookDataPacket ()V
METHOD method_2589 toggleFilteringCraftable ()Z
METHOD method_2590 update ()V
METHOD method_2591 toggleOpen ()V
METHOD method_2592 refresh ()V
METHOD method_2593 setOpen (Z)V
ARG 1 opened
METHOD method_2595 findLeftEdge (ZII)I
ARG 1 narrow
ARG 2 width
ARG 3 parentWidth
2019-06-28 17:55:20 -04:00
METHOD method_2596 showGhostRecipe (Lnet/minecraft/class_1860;Ljava/util/List;)V
ARG 1 recipe
ARG 2 slots
METHOD method_2597 initialize (IILnet/minecraft/class_310;ZLnet/minecraft/class_1729;)V
ARG 1 parentWidth
ARG 2 parentHeight
ARG 3 client
ARG 4 narrow
ARG 5 craftingScreenHandler
2019-06-28 17:55:20 -04:00
METHOD method_2598 isClickOutsideBounds (DDIIIII)Z
2020-04-22 11:59:47 -04:00
METHOD method_2599 getCraftableButtonText ()Lnet/minecraft/class_2561;
2019-06-28 17:55:20 -04:00
METHOD method_2600 slotClicked (Lnet/minecraft/class_1735;)V
ARG 1 slot
2020-04-22 11:59:47 -04:00
METHOD method_2601 drawTooltip (Lnet/minecraft/class_4587;IIII)V
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
ARG 1 matrices
2020-04-22 11:59:47 -04:00
METHOD method_2602 drawGhostSlotTooltip (Lnet/minecraft/class_4587;IIII)V
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
ARG 1 matrices
2019-06-28 17:55:20 -04:00
METHOD method_2603 refreshResults (Z)V
ARG 1 resetCurrentPage
METHOD method_2604 isWide ()Z
METHOD method_2605 isOpen ()Z
METHOD method_2606 refreshTabButtons ()V
METHOD method_2607 close ()V