yarn/mappings/net/minecraft/world/biome/source/MultiNoiseBiomeSourceConfig...

22 lines
1.2 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_4767 net/minecraft/world/biome/source/MultiNoiseBiomeSourceConfig
FIELD field_22082 seed J
FIELD field_22083 temperatureOctaves Lcom/google/common/collect/ImmutableList;
FIELD field_22084 humidityOctaves Lcom/google/common/collect/ImmutableList;
2020-05-11 07:45:15 -04:00
FIELD field_22085 altitudeOctaves Lcom/google/common/collect/ImmutableList;
FIELD field_22086 weirdnessOctaves Lcom/google/common/collect/ImmutableList;
FIELD field_24117 threeDimensionalSampling Z
FIELD field_24118 biomePoints Ljava/util/List;
METHOD <init> (J)V
ARG 1 seed
2020-04-22 11:59:47 -04:00
METHOD method_24404 withBiomes (Ljava/util/List;)Lnet/minecraft/class_4767;
2020-05-11 07:45:15 -04:00
ARG 1 biomes
METHOD method_24405 getSeed ()J
METHOD method_24406 getTemperatureOctaves ()Lcom/google/common/collect/ImmutableList;
METHOD method_24407 getHumidityOctaves ()Lcom/google/common/collect/ImmutableList;
2020-05-11 07:45:15 -04:00
METHOD method_24408 getAltitudeOctaves ()Lcom/google/common/collect/ImmutableList;
METHOD method_24409 getWeirdnessOctaves ()Lcom/google/common/collect/ImmutableList;
METHOD method_27347 getBiomePoints ()Ljava/util/List;
METHOD method_27350 withBiomePoints (Ljava/util/List;)Lnet/minecraft/class_4767;
ARG 1 biomePoints
METHOD method_27351 useThreeDimensionalSampling ()Z