initial batch of fixes

This commit is contained in:
asie 2018-10-25 00:20:09 +02:00
parent 981e16912a
commit 12796ba3aa
13 changed files with 32 additions and 5 deletions

1
mappings/ayz.mapping Normal file
View File

@ -0,0 +1 @@
CLASS ayz

1
mappings/bly.mapping Normal file
View File

@ -0,0 +1 @@
CLASS bly

1
mappings/bma.mapping Normal file
View File

@ -0,0 +1 @@
CLASS bma

1
mappings/cjx.mapping Normal file
View File

@ -0,0 +1 @@
CLASS cjx

View File

@ -1,4 +1,4 @@
CLASS blz
CLASS blz net/minecraft/block/state/BlockState
CLASS blz$b
METHOD a getBlockState (Leq;)Lcac;
ARG 0 pos

View File

@ -1,3 +1,3 @@
CLASS dkz net/minecraft/client/render/block/BiomeColorHandler
CLASS dkz$a Proxy
METHOD getColor getColorForBiome (Lazx;Leq;)I
METHOD getColor (Lazx;Leq;)I

View File

@ -4,6 +4,8 @@ CLASS ayu net/minecraft/client/render/block/FoliageColorHandler
METHOD a getColor (DD)I
ARG 0 temperature
ARG 1 rainfall
ARG 4 x
ARG 5 y
METHOD a setColorMap ([I)V
ARG 0 pixels
METHOD b getColorBirch ()I

View File

@ -3,5 +3,8 @@ CLASS ayy net/minecraft/client/render/block/GrassColorHandler
METHOD a getColor (DD)I
ARG 0 temperature
ARG 1 rainfall
ARG 4 x
ARG 5 y
ARG 6 pos
METHOD a setColorMap ([I)V
ARG 0 map

View File

@ -1,5 +1,5 @@
CLASS aub net/minecraft/item/IPropertyGetter
METHOD call getProperty (Lauc;Laza;Lafq;)F
METHOD call (Lauc;Laza;Lafq;)F
ARG 0 stack
ARG 1 world
ARG 2 user

View File

@ -1,8 +1,10 @@
CLASS atx net/minecraft/item/Item
CLASS atx$a
FIELD a GETTER_DAMAGED Laub;
FIELD b GETTER_DAMAGE Laub;
FIELD c GETTER_HAND Laub;
FIELD d GETTER_COOLDOWN Laub;
FIELD e GETTER_CUSTOM_MODEL_DATA Laub;
FIELD f BLOCK_ITEM_MAP Ljava/util/Map;
FIELD g MODIFIER_DAMAGE Ljava/util/UUID;
FIELD h MODIFIER_SWING_SPEED Ljava/util/UUID;

View File

@ -1,6 +1,6 @@
CLASS asr net/minecraft/item/ItemClock
CLASS asr$1
METHOD call getProperty (Lauc;Laza;Lafq;)F
METHOD call (Lauc;Laza;Lafq;)F
ARG 0 stack
ARG 1 world
ARG 2 user

View File

@ -1,6 +1,6 @@
CLASS ass net/minecraft/item/ItemCompass
CLASS ass$1
METHOD call getProperty (Lauc;Laza;Lafq;)F
METHOD call (Lauc;Laza;Lafq;)F
ARG 0 stack
ARG 1 world
ARG 2 user

View File

@ -0,0 +1,16 @@
CLASS pt net/minecraft/util/Identifier
CLASS pt$a DeSerializer
FIELD a namespace Ljava/lang/String;
FIELD b path Ljava/lang/String;
METHOD a getPath ()Ljava/lang/String;
METHOD a isValidChar (C)Z
ARG 0 chr
METHOD a create (Ljava/lang/String;)Lpt;
ARG 0 s
METHOD a createSplit (Ljava/lang/String;C)Lpt;
ARG 0 str
ARG 1 chr
METHOD a compareTo (Lpt;)I
ARG 0 other
METHOD b getNamespace ()Ljava/lang/String;
METHOD b split (Ljava/lang/String;C)[Ljava/lang/String;