Add some obf classes and fix my snake case thing (#685)

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2019-05-07 14:48:24 -07:00 committed by Adrian Siekierka
parent 86634d3461
commit 8f058161f4
7 changed files with 22 additions and 2 deletions

View File

@ -15,6 +15,7 @@ CLASS dnv net/minecraft/client/render/debug/DebugRenderer
FIELD k blockOutlineDebugRenderer Ldnv$a;
FIELD l chunkLoadingDebugRenderer Ldnv$a;
FIELD m pointsOfInterestDebugRenderer Ldoe;
FIELD n raidCenterDebugRenderer Ldob;
FIELD o goalSelectorDebugRenderer Ldnw;
FIELD p showChunkBorder Z
FIELD q showPathfinding Z

View File

@ -0,0 +1,11 @@
CLASS dob net/minecraft/client/render/debug/RaidCenterDebugRenderer
FIELD a client Lcvk;
FIELD b raidCenters Ljava/util/Collection;
METHOD <init> (Lcvk;)V
ARG 1 client
METHOD a draw (Lev;)V
METHOD a showText (Ljava/lang/String;Lev;I)V
METHOD a setRaidCenters (Ljava/util/Collection;)V
ARG 1 centers
METHOD b drawRaidCenters ()V
METHOD c getCamera ()Lcuz;

View File

@ -0,0 +1,2 @@
CLASS aaf net/minecraft/datafixers/fixes/OminousBannerBlockEntityRenameFix
METHOD a convertOutdatedTranslationKey (Lcom/mojang/datafixers/Dynamic;)Lcom/mojang/datafixers/Dynamic;

View File

@ -0,0 +1 @@
CLASS aef net/minecraft/datafixers/fixes/ZombieVillagerXpRebuildFix

View File

@ -1,2 +0,0 @@
CLASS zx net/minecraft/util/SnakeCaseIdentifiable
METHOD m toSnakeCase ()Ljava/lang/String;

View File

@ -0,0 +1,2 @@
CLASS zx net/minecraft/util/StringIdentifiable
METHOD m asString ()Ljava/lang/String;

View File

@ -0,0 +1,5 @@
CLASS cbu net/minecraft/world/gen/feature/PlantedFeatureConfig
FIELD a planted Z
METHOD <init> (Z)V
ARG 1 planted
METHOD a deserialize (Lcom/mojang/datafixers/Dynamic;)Lcbu;