yarn/mappings/net/minecraft/client/gui/screen/TitleScreen.mapping

32 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_442 net/minecraft/client/gui/screen/TitleScreen
FIELD field_17772 backgroundFadeStart J
FIELD field_17774 PANORAMA_CUBE_MAP Lnet/minecraft/class_751;
FIELD field_17775 PANORAMA_OVERLAY Lnet/minecraft/class_2960;
2019-10-03 08:19:07 -04:00
FIELD field_17776 isMinceraft Z
2019-06-28 17:55:20 -04:00
FIELD field_18222 doBackgroundFade Z
FIELD field_19102 ACCESSIBILITY_ICON_TEXTURE Lnet/minecraft/class_2960;
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_23775 LOGGER Lorg/apache/logging/log4j/Logger;
2019-06-28 17:55:20 -04:00
FIELD field_2583 MINECRAFT_TITLE_TEXTURE Lnet/minecraft/class_2960;
FIELD field_2584 copyrightTextWidth I
FIELD field_2585 backgroundRenderer Lnet/minecraft/class_766;
FIELD field_2586 splashText Ljava/lang/String;
FIELD field_2590 buttonResetDemo Lnet/minecraft/class_4185;
FIELD field_2592 realmsNotificationGui Lnet/minecraft/class_437;
FIELD field_2594 EDITION_TITLE_TEXTURE Lnet/minecraft/class_2960;
FIELD field_2599 realmsNotificationsInitialized Z
FIELD field_2606 copyrightTextX I
METHOD <init> (Z)V
ARG 1 doBackgroundFade
2019-06-28 17:55:20 -04:00
METHOD method_18105 loadTexturesAsync (Lnet/minecraft/class_1060;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
METHOD method_20375 onDemoDeletionConfirmed (Z)V
ARG 1 delete
2019-06-28 17:55:20 -04:00
METHOD method_2249 initWidgetsNormal (II)V
ARG 1 y
ARG 2 spacingY
2019-06-28 17:55:20 -04:00
METHOD method_2251 initWidgetsDemo (II)V
ARG 1 y
ARG 2 spacingY
2019-06-28 17:55:20 -04:00
METHOD method_2252 switchToRealms ()V
METHOD method_2253 areRealmsNotificationsEnabled ()Z
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
METHOD method_31129 canReadDemoWorldData ()Z