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

62 lines
2.7 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2794 net/minecraft/world/gen/chunk/ChunkGenerator
FIELD field_12759 seed J
FIELD field_12760 world Lnet/minecraft/class_1936;
FIELD field_12761 biomeSource Lnet/minecraft/class_1966;
FIELD field_16567 config Lnet/minecraft/class_2888;
METHOD <init> (Lnet/minecraft/class_1936;Lnet/minecraft/class_1966;Lnet/minecraft/class_2888;)V
ARG 1 world
ARG 2 biomeSource
ARG 3 config
2019-06-28 17:55:20 -04:00
METHOD method_12088 populateNoise (Lnet/minecraft/class_1936;Lnet/minecraft/class_2791;)V
ARG 1 world
ARG 2 chunk
METHOD method_12097 hasStructure (Lnet/minecraft/class_1959;Lnet/minecraft/class_3195;)Z
METHOD method_12098 getBiomeSource ()Lnet/minecraft/class_1966;
METHOD method_12099 spawnEntities (Lnet/minecraft/class_3218;ZZ)V
Backport of latest 1.15.2 mappings back to 1.14.4. (#1094) Co-authored-by: Chloe Dawn <chloealexisdawn@outlook.com> Co-authored-by: Chocohead <Chocohead@users.noreply.github.com> Co-authored-by: Cloak-Bot <57413759+Cloak-Bot@users.noreply.github.com> Co-authored-by: Dan <cccm5@users.noreply.github.com> Co-authored-by: Danielshe <daniel@shedaniel.me> Co-authored-by: DrMeepster <19316085+DrMeepster@users.noreply.github.com> Co-authored-by: Draylar <samuelhimes@gmail.com> Co-authored-by: Erlend Åmdal <erlend@aamdal.com> Co-authored-by: Fudge <natan.lifsiz@gmail.com> Co-authored-by: Gareth Williams <840990+Gaz492@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> Co-authored-by: João <12478030+YummyLoop@users.noreply.github.com> Co-authored-by: Julian Dunskus <julian.dunskus@gmail.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuxel <kasperi.kauppi@gmail.com> Co-authored-by: LambdAurora <aurora42lambda@gmail.com> Co-authored-by: Laura F. D <eyesismine@gmail.com> Co-authored-by: Laura F. D <l@veriny.tf> Co-authored-by: Laura S. D <l@veriny.tf> Co-authored-by: Mikhail Oleynikov <falseresync@gmail.com> Co-authored-by: Mitchell Skaggs <skaggsm333@gmail.com> Co-authored-by: Modmuss50 <modmuss50@gmail.com> Co-authored-by: NeunEinser <daniel30797@gmail.com> Co-authored-by: NinjaPhenix <NinjaPhenix@users.noreply.github.com> Co-authored-by: Pyrofab <redstoneinfire@gmail.com> Co-authored-by: Ramid Khan <ramidzkh@gmail.com> Co-authored-by: Runemoro <runemoro1@gmail.com> Co-authored-by: Runemoro <runemoro@live.ca> Co-authored-by: SPGoding <SPGoding@outlook.com> Co-authored-by: Shnupbups <shnupbups@gmail.com> Co-authored-by: Siphalor <Siphalor@users.noreply.github.com> Co-authored-by: Stuff-Stuffs <stevenziehlke@gmail.com> Co-authored-by: SuperCoder79 <k.pranav@gmail.com> Co-authored-by: Tae Lim Kook <uruwi@protonmail.com> Co-authored-by: UpcraftLP <10714589+UpcraftLP@users.noreply.github.com> Co-authored-by: Valoeghese <valoeghesemods@gmail.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: biom4st3r <37042156+biom4st3r@users.noreply.github.com> Co-authored-by: comp500 <comp500@users.noreply.github.com> Co-authored-by: grondag <grondag@users.noreply.github.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: howtonotwin <rasheeqhere@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: prplz <mhiming@gmail.com> Co-authored-by: qouteall <45908579+qouteall@users.noreply.github.com> Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: therealfarfetchd <git@therealfarfetchd.dev> Co-authored-by: valoeghese <46117728+valoeghese@users.noreply.github.com> Co-authored-by: ­Sollace <Sollace@users.noreply.github.com>
2020-02-16 15:32:39 -05:00
ARG 1 world
2019-06-28 17:55:20 -04:00
ARG 2 spawnMonsters
ARG 3 spawnAnimals
METHOD method_12100 getSpawnHeight ()I
METHOD method_12101 getSeed ()J
METHOD method_12102 generateFeatures (Lnet/minecraft/class_3233;)V
ARG 1 region
2019-06-28 17:55:20 -04:00
METHOD method_12103 locateStructure (Lnet/minecraft/class_1937;Ljava/lang/String;Lnet/minecraft/class_2338;IZ)Lnet/minecraft/class_2338;
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-06-28 17:55:20 -04:00
METHOD method_12104 getMaxY ()I
METHOD method_12105 getStructureConfig (Lnet/minecraft/class_1959;Lnet/minecraft/class_3195;)Lnet/minecraft/class_3037;
METHOD method_12106 populateBiomes (Lnet/minecraft/class_2791;)V
ARG 1 chunk
2019-06-28 17:55:20 -04:00
METHOD method_12107 populateEntities (Lnet/minecraft/class_3233;)V
ARG 1 region
2019-06-28 17:55:20 -04:00
METHOD method_12108 carve (Lnet/minecraft/class_2791;Lnet/minecraft/class_2893$class_2894;)V
ARG 1 chunk
ARG 2 carverStep
2019-06-28 17:55:20 -04:00
METHOD method_12109 getConfig ()Lnet/minecraft/class_2888;
METHOD method_12110 buildSurface (Lnet/minecraft/class_2791;)V
ARG 1 chunk
2019-06-28 17:55:20 -04:00
METHOD method_12113 getEntitySpawnList (Lnet/minecraft/class_1311;Lnet/minecraft/class_2338;)Ljava/util/List;
ARG 1 category
ARG 2 pos
2019-06-28 17:55:20 -04:00
METHOD method_16129 setStructureStarts (Lnet/minecraft/class_2791;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;)V
ARG 1 chunk
ARG 2 chunkGenerator
ARG 3 structureManager
2019-06-28 17:55:20 -04:00
METHOD method_16130 addStructureReferences (Lnet/minecraft/class_1936;Lnet/minecraft/class_2791;)V
ARG 1 world
ARG 2 chunk
2019-06-28 17:55:20 -04:00
METHOD method_16397 getHeightOnGround (IILnet/minecraft/class_2902$class_2903;)I
ARG 1 x
ARG 2 z
ARG 3 heightmapType
METHOD method_16398 getSeaLevel ()I
METHOD method_16553 getDecorationBiome (Lnet/minecraft/class_2791;)Lnet/minecraft/class_1959;
ARG 1 chunk
2019-06-28 17:55:20 -04:00
METHOD method_16554 getDecorationBiome (Lnet/minecraft/class_3233;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1959;
ARG 1 region
ARG 2 pos
2019-06-28 17:55:20 -04:00
METHOD method_18028 getHeightInGround (IILnet/minecraft/class_2902$class_2903;)I