yarn/mappings/net/minecraft/client/render/MapRenderer.mapping

32 lines
1.4 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_330 net/minecraft/client/render/MapRenderer
2019-06-28 17:55:20 -04:00
FIELD field_2043 textureManager Lnet/minecraft/class_1060;
FIELD field_2044 MAP_ICONS_TEXTURE Lnet/minecraft/class_2960;
FIELD field_2045 mapTextures Ljava/util/Map;
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_21688 MAP_ICONS_RENDER_LAYER Lnet/minecraft/class_1921;
METHOD <init> (Lnet/minecraft/class_1060;)V
ARG 1 textureManager
2019-06-28 17:55:20 -04:00
METHOD method_1768 getTexture (Ljava/lang/String;)Lnet/minecraft/class_330$class_331;
METHOD method_1769 updateTexture (Lnet/minecraft/class_22;)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 mapState
2019-06-28 17:55:20 -04:00
METHOD method_1771 clearStateTextures ()V
METHOD method_1772 getState (Lnet/minecraft/class_330$class_331;)Lnet/minecraft/class_22;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-10-02 10:28:28 -04:00
METHOD method_1773 draw (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_22;ZI)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
ARG 2 vertexConsumers
ARG 3 mapState
ARG 5 light
2019-06-28 17:55:20 -04:00
METHOD method_1774 getMapTexture (Lnet/minecraft/class_22;)Lnet/minecraft/class_330$class_331;
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 mapState
CLASS class_331 MapTexture
FIELD field_2046 mapState Lnet/minecraft/class_22;
FIELD field_2048 texture Lnet/minecraft/class_1043;
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_21689 renderLayer Lnet/minecraft/class_1921;
METHOD <init> (Lnet/minecraft/class_330;Lnet/minecraft/class_22;)V
ARG 2 state
METHOD method_1776 updateTexture ()V
METHOD method_1777 draw (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)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
ARG 2 vertexConsumers
ARG 4 light