adjust mapping packages, map ParticleBlock

This commit is contained in:
asiekierka 2016-10-12 13:07:36 +02:00
parent 85f6359061
commit 5edd510627
33 changed files with 42 additions and 20 deletions

View File

@ -77,6 +77,7 @@ CLASS none/bdr net/minecraft/client/MinecraftGame
FIELD k fontRenderer Lnone/bef;
FIELD l fontRendererSGA Lnone/bef;
FIELD m currentGui Lnone/bgn;
FIELD n progressBar Lnone/bdu;
FIELD o worldRenderer Lnone/bot;
FIELD q hudAchievements Lnone/bgx;
FIELD r hudInGame Lnone/beg;

View File

@ -1,4 +1,9 @@
CLASS none/bdu
CLASS none/bdu net/minecraft/client/MinecraftProgressBar
FIELD b mc Lnone/bdr;
FIELD f scale Lnone/bej;
FIELD g framebuffer Lnone/bpg;
METHOD <init> (Lnone/bdr;)V
ARG 0 mc
METHOD a finish ()V
METHOD a setProgress (I)V
ARG 0 percentage

View File

@ -1,4 +1,4 @@
CLASS none/bmi net/minecraft/client/gui/hud/ScoreboardEntry
CLASS none/bmi net/minecraft/client/network/handler/ScoreboardEntry
FIELD b profile Lcom/mojang/authlib/GameProfile;
FIELD c gameMode Lnone/aiu;
FIELD d latency I
@ -20,4 +20,5 @@ CLASS none/bmi net/minecraft/client/gui/hud/ScoreboardEntry
METHOD g getSkinTexture ()Lnone/kp;
METHOD h getCapeTexture ()Lnone/kp;
METHOD i getElytraTexture ()Lnone/kp;
METHOD j getScoreboardTeam ()Lnone/bcy;
METHOD l getDisplayName ()Lnone/fa;

View File

@ -1,6 +1,4 @@
CLASS none/bpb
CLASS none/bpb$1
METHOD a call ()Ljava/lang/String;
CLASS none/bpb net/minecraft/client/render/bpb
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c MOON_PHASES_TEX Lnone/kp;
FIELD d SUN_TEX Lnone/kp;

View File

@ -0,0 +1,4 @@
CLASS none/bpk net/minecraft/client/render/bpk
FIELD b world Lnone/aiw;
METHOD <init> (Lnone/aiw;ILnone/bpb;Lnone/brt;)V
ARG 0 world

View File

@ -0,0 +1 @@
CLASS none/bqb net/minecraft/client/render/model/json/bqb

View File

@ -1,4 +1,4 @@
CLASS none/bxh net/minecraft/client/util/TextureUtils
CLASS none/bxh net/minecraft/client/texture/TextureUtils
FIELD a TEXTURE_MISSING Lnone/bwu;
FIELD b TEXTURE_MISSING_DATA [I
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,4 +1,4 @@
CLASS none/adb net/minecraft/item/tool/ItemAxe
CLASS none/adb net/minecraft/item/ItemAxe
FIELD e EFFECTIVE_BLOCKS Ljava/util/Set;
FIELD f WEAPON_DAMAGES [F
FIELD n SWING_SPEEDS [F

View File

@ -1,4 +1,4 @@
CLASS none/aep net/minecraft/item/tool/ItemHoe
CLASS none/aep net/minecraft/item/ItemHoe
FIELD a material Lnone/aeq$a;
FIELD b swingSpeed F
METHOD <init> (Lnone/aeq$a;)V

View File

@ -1,4 +1,4 @@
CLASS none/afd net/minecraft/item/tool/ItemPickaxe
CLASS none/afd net/minecraft/item/ItemPickaxe
FIELD e EFFECTIVE_BLOCKS Ljava/util/Set;
METHOD <init> (Lnone/aeq$a;)V
ARG 0 material

View File

@ -1,4 +1,4 @@
CLASS none/afp net/minecraft/item/tool/ItemShovel
CLASS none/afp net/minecraft/item/ItemShovel
FIELD e EFFECTIVE_BLOCKS Ljava/util/Set;
METHOD <init> (Lnone/aeq$a;)V
ARG 0 material

View File

@ -1,4 +1,4 @@
CLASS none/afz net/minecraft/item/tool/ItemSword
CLASS none/afz net/minecraft/item/ItemSword
FIELD a weaponDamage F
FIELD b material Lnone/aeq$a;
METHOD <init> (Lnone/aeq$a;)V

View File

@ -1,4 +1,4 @@
CLASS none/adt net/minecraft/item/tool/ItemTool
CLASS none/adt net/minecraft/item/ItemTool
FIELD a efficiency F
FIELD b weaponDamage F
FIELD c swingSpeed F

View File

@ -1,4 +1,4 @@
CLASS none/ec net/minecraft/util/TagStorageHelper
CLASS none/ec net/minecraft/nbt/TagStorageHelper
METHOD a readTag (Ljava/io/DataInput;ILnone/eb;)Lnone/eh;
ARG 0 input
METHOD a readCompoundTag (Ljava/io/DataInput;Lnone/eb;)Lnone/dt;

View File

@ -1,4 +1,4 @@
CLASS none/mr net/minecraft/server/ServerConfigurationManager
CLASS none/mr net/minecraft/server/config/ServerConfigurationManager
CLASS none/mr$1
METHOD a onSetSize (Lnone/atg;D)V
ARG 0 border

View File

@ -1 +0,0 @@
CLASS none/axn net/minecraft/sortme/DungeonGenerator

View File

@ -1,4 +1,4 @@
CLASS none/ny net/minecraft/reference/Stats
CLASS none/ny net/minecraft/stat/Stats
FIELD A DEATHS Lnone/nu;
FIELD B MOB_KILLS Lnone/nu;
FIELD C ANIMALS_BRED Lnone/nu;

View File

@ -1,4 +1,4 @@
CLASS none/ajm net/minecraft/world/gen/biome/BiomeGenerator
CLASS none/ajm net/minecraft/world/biome/BiomeGenerator
FIELD A surfaceDecorationCountFraction F
FIELD B flowerCount I
FIELD C tallGrassCount I

View File

@ -1,4 +1,4 @@
CLASS none/auq net/minecraft/world/gen/biome/BiomeGeneratorSettings
CLASS none/auq net/minecraft/world/biome/BiomeGeneratorSettings
CLASS none/auq$a JsonStructure
FIELD A useRavines Z
FIELD B useWaterLakes Z

View File

@ -1,4 +1,4 @@
CLASS none/ajn net/minecraft/world/gen/biome/BiomeProvider
CLASS none/ajn net/minecraft/world/biome/BiomeProvider
FIELD d biomes Ljava/util/List;
METHOD <init> (JLnone/ajb;Ljava/lang/String;)V
ARG 0 seed

View File

@ -0,0 +1 @@
CLASS none/axc net/minecraft/world/gen/structure/axc

View File

@ -0,0 +1 @@
CLASS none/axh net/minecraft/world/gen/structure/axh

View File

@ -0,0 +1 @@
CLASS none/axj net/minecraft/world/gen/structure/axj

View File

@ -0,0 +1 @@
CLASS none/axl net/minecraft/world/gen/structure/axl

View File

@ -0,0 +1 @@
CLASS none/axn net/minecraft/world/gen/structure/axn

View File

@ -0,0 +1,2 @@
CLASS none/axp net/minecraft/world/gen/structure/axp
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -0,0 +1 @@
CLASS none/axr net/minecraft/world/gen/structure/axr

View File

@ -0,0 +1 @@
CLASS none/axs net/minecraft/world/gen/structure/axs

View File

@ -0,0 +1 @@
CLASS none/axt net/minecraft/world/gen/structure/axt

View File

@ -0,0 +1 @@
CLASS none/axv net/minecraft/world/gen/structure/axv

View File

@ -1,4 +1,4 @@
CLASS none/bbi net/minecraft/world/loot/entry/LootTableEntry
CLASS none/bbi net/minecraft/world/loot/LootTableEntry
FIELD c weight I
FIELD d quality I
FIELD e conditions [Lnone/bcc;

View File

@ -0,0 +1 @@
CLASS none/bbr net/minecraft/world/loot/function/LootTableFunctionRegistry

View File

@ -0,0 +1 @@
CLASS none/bcj net/minecraft/world/loot/property/LootTableEntityPropertyRegistry