yarn/mappings/net/minecraft/world/gen/chunk/ChunkGenerator.mapping

37 lines
989 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS brb net/minecraft/world/gen/chunk/ChunkGenerator
FIELD a world Lbbq;
FIELD b seed J
2018-12-12 12:12:26 -05:00
FIELD c biomeSource Lbcq;
FIELD d settings Lbso;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lbbq;Lbcq;Lbso;)V
ARG 1 world
ARG 2 biomeSource
ARG 3 settings
2018-12-12 12:12:26 -05:00
METHOD a getSettings ()Lbso;
METHOD a produceHeight (IILbst$a;)I
ARG 1 x
ARG 2 z
2018-12-12 12:12:26 -05:00
METHOD a getEntitySpawnList (Lahg;Let;)Ljava/util/List;
METHOD a locateStructure (Lbbp;Ljava/lang/String;Let;IZ)Let;
ARG 1 world
ARG 2 structureKey
ARG 3 origin
2018-12-12 12:12:26 -05:00
METHOD a (Lbbp;ZZ)V
ARG 1 world
ARG 2 spawnMonsters
2018-12-12 12:12:26 -05:00
METHOD a hasStructure (Lbco;Lbyn;)Z
METHOD a populateBiomes (Lbra;)V
METHOD a carve (Lbra;Lbss$a;)V
ARG 1 chunk
ARG 2 carverStep
2018-12-12 12:12:26 -05:00
METHOD a generateFeatures (Luy;)V
METHOD b populateNoise (Lbbq;Lbra;)V
ARG 1 world
ARG 2 chunk
2018-12-12 12:12:26 -05:00
METHOD b getStructureConfig (Lbco;Lbyn;)Lbvh;
METHOD b getDecorationBiome (Lbra;)Lbco;
METHOD b populateEntities (Luy;)V
METHOD c getBiomeSource ()Lbcq;
METHOD c buildSurface (Lbra;)V
METHOD d getSeed ()J