a few renames

This commit is contained in:
Adrian Siekierka 2018-12-09 17:00:06 +01:00
parent 111d4f1fdb
commit 9502bd793e
8 changed files with 14 additions and 7 deletions

View File

@ -6,7 +6,7 @@ CLASS bft net/minecraft/block/Block
FIELD a NONE Lbft$b;
FIELD b XZ Lbft$b;
FIELD c XYZ Lbft$b;
CLASS bft$c Builder
CLASS bft$c Settings
FIELD a material Lced;
FIELD b materialColor Lcee;
FIELD c collidable Z

View File

@ -1,4 +1,4 @@
CLASS czo net/minecraft/client/sortme/ClientAdvancementManager
CLASS czo net/minecraft/client/network/ClientAdvancementManager
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b client Lcof;
FIELD c manager Lo;

View File

@ -1,4 +1,4 @@
CLASS czs net/minecraft/client/sortme/ClientCommandSource
CLASS czs net/minecraft/client/network/ClientCommandSource
FIELD a networkHandler Lczr;
FIELD b client Lcof;
FIELD c completionId I

View File

@ -0,0 +1,5 @@
CLASS iz net/minecraft/client/sortme/ChatMessageType
FIELD d id B
METHOD a getId ()B
METHOD a byId (B)Liz;
ARG 0 id

View File

@ -1,5 +1,5 @@
CLASS avp net/minecraft/item/Item
CLASS avp$a Builder
CLASS avp$a Settings
FIELD a fullStackSize I
FIELD b durability I
FIELD c containerItem Lavp;

View File

@ -1,4 +1,4 @@
CLASS aul net/minecraft/sortme/ItemGroup
CLASS aul net/minecraft/item/ItemGroup
CLASS aul$1
METHOD <init> (ILjava/lang/String;)V
ARG 0 id

View File

@ -1,4 +1,6 @@
CLASS yn net/minecraft/sortme/CachedSupplier
CLASS yn net/minecraft/util/LazySupplier
FIELD a supplier Ljava/util/function/Supplier;
FIELD b type Ljava/lang/Object;
METHOD <init> (Ljava/util/function/Supplier;)V
ARG 1 delegate
METHOD a getType ()Ljava/lang/Object;

View File

@ -1,5 +1,5 @@
CLASS bbr net/minecraft/world/biome/Biome
CLASS bbr$a Builder
CLASS bbr$a Settings
FIELD a surfaceBuilder Lccm;
FIELD b precipitation Lbbr$d;
FIELD c category Lbbr$b;