Some 1.14-pre2 and options mappings (#610)

* 1.14 Pre-Release 2 mappings

* random field not mapped

* things
This commit is contained in:
Yanis48 2019-04-14 13:03:02 +02:00 committed by Gegy
parent 616683e536
commit 79f37a5b7c
12 changed files with 24 additions and 5 deletions

View File

@ -6,6 +6,8 @@ CLASS u net/minecraft/advancement/criterion/Criterions
FIELD E CHANNELED_LIGHTNING Lah;
FIELD F SHOT_CROSSBOW Lbp;
FIELD G KILLED_BY_CROSSBOW Lbd;
FIELD H HERO_OF_THE_VILLAGE Lbh;
FIELD I VOLUNTARY_EXILE Lbh;
FIELD J VALUES Ljava/util/Map;
FIELD a IMPOSSIBLE Laz;
FIELD b PLAYER_KILLED_ENTITY Lbe;

View File

@ -1,3 +1,4 @@
CLASS cyo net/minecraft/client/gui/menu/CustomizeBuffetLevelScreen
CLASS cyo$a BuffetBiomesListWidget
CLASS cyo$a$a BuffetBiomeItem
FIELD b parent Ldcp;

View File

@ -1,7 +1,9 @@
CLASS czd net/minecraft/client/gui/menu/SettingsScreen
FIELD a OPTIONS [Lcve;
FIELD b parent Lczk;
FIELD c settings Lcvf;
FIELD d difficultyButton Lcwh;
FIELD e lockDifficultyButton Lcwq;
FIELD f difficulty Lagv;
METHOD <init> (Lczk;Lcvf;)V
ARG 1 parent

View File

@ -6,6 +6,9 @@ CLASS czr net/minecraft/client/gui/menu/StatsScreen
CLASS czr$c EntityStatsListWidget
CLASS czr$c$a EntityStatItem
FIELD a parent Lczk;
FIELD c generalButton Lczr$a;
FIELD d itemsButton Lczr$b;
FIELD e mobsButton Lczr$c;
FIELD f statHandler Lyt;
FIELD g listWidget Lcwr;
METHOD <init> (Lczk;Lyt;)V

View File

@ -0,0 +1,4 @@
CLASS czc net/minecraft/client/gui/menu/options/MouseOptionsScreen
FIELD a parent Lczk;
FIELD b buttonList Lcwt;
FIELD c OPTIONS [Lcve;

View File

@ -3,6 +3,7 @@ CLASS czp net/minecraft/client/gui/menu/options/VideoOptionsScreen
FIELD b options Lcvf;
FIELD c list Lcwt;
FIELD d OPTIONS [Lcve;
FIELD e mipmapLevels I
METHOD <init> (Lczk;Lcvf;)V
ARG 1 parent
ARG 2 options

View File

@ -2,6 +2,7 @@ CLASS dhd net/minecraft/client/network/ClientPlayerInteractionManager
FIELD a client Lcvb;
FIELD b networkHandler Ldhb;
FIELD c currentBreakingPos Lev;
FIELD d selectedStack Lbbu;
FIELD e currentBreakingProgress F
FIELD h breakingBlock Z
FIELD i gameMode Lbgx;

View File

@ -1,8 +1,8 @@
CLASS cus net/minecraft/client/options/CloudRenderMode
FIELD d RENDER_MODES [Lcus;
FIELD e renderModeId I
FIELD f renderMode Ljava/lang/String;
METHOD a getRenderModeId ()I
METHOD a fromId (I)Lcus;
FIELD e value I
FIELD f translationKey Ljava/lang/String;
METHOD a getValue ()I
METHOD a getOption (I)Lcus;
ARG 0 id
METHOD b getRenderMode ()Ljava/lang/String;
METHOD b getTranslationKey ()Ljava/lang/String;

View File

@ -3,6 +3,7 @@ CLASS cve net/minecraft/client/options/GameOption
FIELD B CHAT_COLOR Lcup;
FIELD C CHAT_LINKS Lcup;
FIELD D CHAT_LINKS_PROMPT Lcup;
FIELD E DISCRETE_MOUSE_SCROLL Lcup;
FIELD F VSYNC Lcup;
FIELD G ENTITY_SHADOWS Lcup;
FIELD H FORCE_UNICODE_FONT Lcup;

View File

@ -13,6 +13,7 @@ CLASS cvf net/minecraft/client/options/GameOptions
FIELD L entityShadows Z
FIELD M forceUnicodeFont Z
FIELD N invertYMouse Z
FIELD O discreteMouseScroll Z
FIELD P realmsNotifications Z
FIELD Q reducedDebugInfo Z
FIELD R snooperEnabled Z

View File

@ -12,6 +12,7 @@ CLASS dhh net/minecraft/client/options/ServerEntry
FIELD e ping J
FIELD f protocolVersion I
FIELD g version Ljava/lang/String;
FIELD h online Z
FIELD i playerListSummary Ljava/lang/String;
FIELD j resourcePackState Ldhh$a;
FIELD k icon Ljava/lang/String;

View File

@ -1 +1,3 @@
CLASS ys net/minecraft/stat/Stats
METHOD a registerType (Ljava/lang/String;Lfm;)Lyr;
METHOD a register (Ljava/lang/String;Lyq;)Lqs;