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

49 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS bwr net/minecraft/world/gen/chunk/ChunkGenerator
FIELD a world Lbhb;
FIELD b seed J
2019-04-10 11:36:17 -04:00
FIELD c biomeSource Lbhz;
FIELD d config Lbye;
METHOD <init> (Lbhb;Lbhz;Lbye;)V
ARG 1 world
ARG 2 biomeSource
ARG 3 config
2019-04-10 11:36:17 -04:00
METHOD a getConfig ()Lbye;
METHOD a getHeightOnGround (IILbyj$a;)I
ARG 1 x
ARG 2 z
2019-02-10 02:49:48 -05:00
ARG 3 heightmapType
2019-04-10 11:36:17 -04:00
METHOD a getEntitySpawnList (Laio;Lev;)Ljava/util/List;
METHOD a locateStructure (Lbha;Ljava/lang/String;Lev;IZ)Lev;
ARG 1 world
2019-01-30 05:53:59 -05:00
ARG 2 id
ARG 3 center
ARG 4 radius
2019-01-30 05:53:59 -05:00
ARG 5 skipExistingChunks
2019-04-10 11:36:17 -04:00
METHOD a addStructureReferences (Lbhb;Lbwq;)V
ARG 1 world
2019-04-10 11:36:17 -04:00
METHOD a hasStructure (Lbhx;Lcec;)Z
METHOD a populateBiomes (Lbwq;)V
METHOD a setStructureStarts (Lbwq;Lbwr;Lcix;)V
METHOD a carve (Lbwq;Lbyi$a;)V
ARG 1 chunk
ARG 2 carverStep
2019-04-05 12:03:47 -04:00
METHOD a spawnEntities (Lvf;ZZ)V
ARG 2 spawnMonsters
ARG 3 spawnAnimals
METHOD a generateFeatures (Lvl;)V
2019-04-10 11:36:17 -04:00
METHOD a getDecorationBiome (Lvl;Lev;)Lbhx;
METHOD b getSpawnHeight ()I
2019-04-10 11:36:17 -04:00
METHOD b populateNoise (Lbhb;Lbwq;)V
ARG 1 world
ARG 2 chunk
2019-04-10 11:36:17 -04:00
METHOD b getStructureConfig (Lbhx;Lcec;)Lcax;
METHOD b getDecorationBiome (Lbwq;)Lbhx;
2019-04-05 12:03:47 -04:00
METHOD b populateEntities (Lvl;)V
2019-04-10 11:36:17 -04:00
METHOD c getBiomeSource ()Lbhz;
2019-04-12 10:38:24 -04:00
METHOD c getHeightInGround (IILbyj$a;)I
2019-04-10 11:36:17 -04:00
METHOD c buildSurface (Lbwq;)V
ARG 1 chunk
METHOD d getSeed ()J
METHOD e getMaxY ()I
2019-02-10 02:49:48 -05:00
METHOD f getSeaLevel ()I