map the obvious

This commit is contained in:
Adrian Siekierka 2018-11-21 18:01:34 +01:00
parent 591e770b72
commit 5ded6f5fad
4 changed files with 22 additions and 16 deletions

View File

@ -1,16 +0,0 @@
CLASS bqg
FIELD a EMPTY Lbqg;
FIELD b STRUCTURE_STARTS Lbqg;
FIELD c STRUCTURE_REFERENCES Lbqg;
FIELD d BIOMES Lbqg;
FIELD e NOISE Lbqg;
FIELD f BASE Lbqg;
FIELD g CARVED Lbqg;
FIELD h LIQUID_CARVED Lbqg;
FIELD i DECORATED Lbqg;
FIELD j LIGHTED Lbqg;
FIELD k MOBS_SPAWNED Lbqg;
FIELD l FINALIZED Lbqg;
FIELD m FULLCHUNK Lbqg;
FIELD p name Ljava/lang/String;
METHOD d getName ()Ljava/lang/String;

View File

@ -0,0 +1,18 @@
CLASS bqg net/minecraft/sortme/ChunkStatus
FIELD a EMPTY Lbqg;
FIELD b STRUCTURE_STARTS Lbqg;
FIELD c STRUCTURE_REFERENCES Lbqg;
FIELD d BIOMES Lbqg;
FIELD e NOISE Lbqg;
FIELD f SURFACE Lbqg;
FIELD g CARVERS Lbqg;
FIELD h LIQUID_CARVERS Lbqg;
FIELD i FEATURES Lbqg;
FIELD j LIGHT Lbqg;
FIELD k SPAWN Lbqg;
FIELD l HEIGHTMAPS Lbqg;
FIELD m FULL Lbqg;
FIELD p name Ljava/lang/String;
METHOD a register (Ljava/lang/String;Lbqg;IZLbqg$b;Lbqg$a;)Lbqg;
METHOD a register (Ljava/lang/String;Lbqg;IZLbqg$b;Lbqg$c;)Lbqg;
METHOD d getName ()Ljava/lang/String;

View File

@ -0,0 +1 @@
CLASS bxc net/minecraft/sortme/StructurePiece

View File

@ -1,4 +1,7 @@
CLASS fj net/minecraft/util/registry/Registry
FIELD A CHUNK_STATUS Lew;
FIELD B STRUCTURE_FEATURES Lfj;
FIELD C STRUCTURE_PIECES Lfj;
FIELD D STAT_TYPES Lfj;
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
FIELD f REGISTRIES Lfn;