map RunArgs, minor cleanup

This commit is contained in:
Adrian Siekierka 2017-05-13 08:18:40 +02:00
parent 95e2db6744
commit f8eac78aa4
14 changed files with 49 additions and 10 deletions

2
mappings/bqf.mapping Normal file
View File

@ -0,0 +1,2 @@
CLASS bqf
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -28,6 +28,7 @@ CLASS bgm net/minecraft/client/MinecraftGame
FIELD aK musicTracker Lcfm;
FIELD aL logoTexture Lmd;
FIELD aM sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD aN skinProvider Lcdd;
FIELD aO taskQueue Ljava/util/Queue;
FIELD aP thread Ljava/lang/Thread;
FIELD aQ bakedModelManager Lcei;
@ -90,6 +91,7 @@ CLASS bgm net/minecraft/client/MinecraftGame
METHOD U getSoundLoader ()Lcfp;
METHOD V getMusicType ()Lcfm$a;
METHOD X getSessionService ()Lcom/mojang/authlib/minecraft/MinecraftSessionService;
METHOD Y getSkinProvider ()Lcdd;
METHOD Z isSnooperEnabled ()Z
METHOD a start ()V
METHOD a serializeBlockEntityTag (Lahf;Latu;)Lahf;

View File

@ -1,15 +1,29 @@
CLASS bnh net/minecraft/client/RunArgs
CLASS bnh$a Render
FIELD a width I
FIELD b height I
FIELD c fullscreen Z
FIELD d checkGlErrors Z
CLASS bnh$b Directories
FIELD a runDir Ljava/io/File;
FIELD b resourcePackDir Ljava/io/File;
FIELD c assetDir Ljava/io/File;
FIELD d assetIndex Ljava/lang/String;
METHOD a getResourceIndex ()Lcck;
CLASS bnh$c Game
FIELD a demo Z
FIELD b version Ljava/lang/String;
FIELD c versionType Ljava/lang/String;
CLASS bnh$d AutoConnect
FIELD a serverIp Ljava/lang/String;
FIELD b serverPort I
CLASS bnh$e Network
FIELD a session Lbgt;
FIELD b userProperties Lcom/mojang/authlib/properties/PropertyMap;
FIELD c profileProperties Lcom/mojang/authlib/properties/PropertyMap;
FIELD d netProxy Ljava/net/Proxy;
FIELD a network Lbnh$e;
FIELD c dirs Lbnh$b;
FIELD b render Lbnh$a;
FIELD c directories Lbnh$b;
FIELD d game Lbnh$c;
FIELD e autoConnect Lbnh$d;

View File

@ -0,0 +1 @@
CLASS cbf net/minecraft/client/gl/Shader

View File

@ -0,0 +1 @@
CLASS mh net/minecraft/client/gl/ShaderException

View File

@ -1,2 +0,0 @@
CLASS bfj net/minecraft/sortme/IFileIOTask
METHOD c run ()Z

View File

@ -0,0 +1,12 @@
CLASS cdd net/minecraft/sortme/PlayerSkinProvider
CLASS cdd$2
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
FIELD a EXECUTOR_SERVICE Ljava/util/concurrent/ExecutorService;
FIELD b textureManager Lcbx;
FIELD c skinCacheDir Ljava/io/File;
FIELD d sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;
FIELD e skinCache Lcom/google/common/cache/LoadingCache;
METHOD a (Lcom/mojang/authlib/GameProfile;)Ljava/util/Map;
ARG 0 profile
METHOD a (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;)Lmd;
METHOD a (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;Lcdd$a;)Lmd;

View File

@ -1 +0,0 @@
CLASS cbf net/minecraft/sortme/Shader

View File

@ -1 +0,0 @@
CLASS mh net/minecraft/sortme/ShaderException

View File

@ -1,5 +0,0 @@
CLASS cdd net/minecraft/sortme/SkinSomething
CLASS cdd$2
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
FIELD b textureManager Lcbx;
FIELD d sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;

View File

@ -2,6 +2,9 @@ CLASS ah net/minecraft/util/BoundedFloatPredicate
FIELD a ALL Lah;
FIELD b min Ljava/lang/Float;
FIELD c max Ljava/lang/Float;
METHOD <init> (Ljava/lang/Float;Ljava/lang/Float;)V
ARG 0 min
ARG 1 max
METHOD a matches (D)Z
ARG 0 d
METHOD a matches (F)Z

View File

@ -29,6 +29,7 @@ CLASS agi net/minecraft/util/DyeColor
METHOD b getDyeId ()I
METHOD b getDyeColor (I)Lagi;
ARG 0 id
METHOD c getNameClient ()Ljava/lang/String;
METHOD d getTranslationKey ()Ljava/lang/String;
METHOD e getMapColor ()Lbbl;
METHOD m asString ()Ljava/lang/String;

View File

@ -1,4 +1,11 @@
CLASS sr net/minecraft/util/InventoryUtils
METHOD a serialize (Lfc;Lem;)Lfc;
ARG 0 tag
ARG 1 stacks
METHOD a serialize (Lfc;Lem;Z)Lfc;
ARG 0 tag
ARG 1 stacks
ARG 2 setIfEmpty
METHOD a removeStack (Ljava/util/List;I)Lahf;
ARG 0 stacks
ARG 1 slot
@ -6,3 +13,6 @@ CLASS sr net/minecraft/util/InventoryUtils
ARG 0 stacks
ARG 1 slot
ARG 2 amount
METHOD b deserialize (Lfc;Lem;)V
ARG 0 tag
ARG 1 stacks

View File

@ -0,0 +1,2 @@
CLASS bfj net/minecraft/world/WorldFileIOTask
METHOD c run ()Z