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

37 lines
989 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS bqa net/minecraft/world/gen/chunk/ChunkGenerator
FIELD a world Lbat;
FIELD b seed J
2018-12-08 08:48:51 -05:00
FIELD c biomeSource Lbbs;
FIELD d settings Lbrn;
METHOD <init> (Lbat;Lbbs;Lbrn;)V
ARG 1 world
ARG 2 biomeSource
ARG 3 settings
METHOD a getSettings ()Lbrn;
METHOD a produceHeight (IILbrs$a;)I
ARG 1 x
ARG 2 z
METHOD a getEntitySpawnList (Lagv;Let;)Ljava/util/List;
METHOD a locateStructure (Lbas;Ljava/lang/String;Let;IZ)Let;
ARG 1 world
ARG 2 structureKey
ARG 3 origin
METHOD a (Lbas;ZZ)V
ARG 1 world
ARG 2 spawnMonsters
METHOD a hasStructure (Lbbr;Lbxk;)Z
METHOD a populateBiomes (Lbpz;)V
METHOD a carve (Lbpz;Lbrr$a;)V
ARG 1 chunk
ARG 2 carverStep
METHOD a generateFeatures (Lus;)V
METHOD b populateNoise (Lbat;Lbpz;)V
ARG 1 world
ARG 2 chunk
METHOD b getStructureConfig (Lbbr;Lbxk;)Lbuf;
METHOD b getDecorationBiome (Lbpz;)Lbbr;
METHOD b populateEntities (Lus;)V
2018-12-08 08:48:51 -05:00
METHOD c getBiomeSource ()Lbbs;
METHOD c buildSurface (Lbpz;)V
METHOD d getSeed ()J