Package net.minecraft.world.biome.source
Class BiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
- Direct Known Subclasses:
FixedBiomeSource
- Mappings:
Namespace Name intermediary net/minecraft/class_519glue class_592server phclient xvnamed net/minecraft/world/biome/source/BiomeSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionBiome[]double[]private OctaveSimplexNoiseSamplerdouble[]private OctaveSimplexNoiseSamplerdouble[]private OctaveSimplexNoiseSampler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]create(double[] map, int x, int z, int width, int depth) getBiome(int x, int z) Biome[]getBiomesInArea(int x, int z, int width, int depth) Biome[]getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth) doublegetTemperature(int x, int z)
-
Field Details
-
temperatureSampler
- Mappings:
Namespace Name Mixin selector intermediary field_2239Lnet/minecraft/class_519;field_2239:Lnet/minecraft/class_458;glue field_2431Lclass_592;field_2431:Lclass_491;server eLph;e:Lmq;client eLxv;e:Lug;named temperatureSamplerLnet/minecraft/world/biome/source/BiomeSource;temperatureSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
-
downfallSampler
- Mappings:
Namespace Name Mixin selector intermediary field_2240Lnet/minecraft/class_519;field_2240:Lnet/minecraft/class_458;glue field_2432Lclass_592;field_2432:Lclass_491;server fLph;f:Lmq;client fLxv;f:Lug;named downfallSamplerLnet/minecraft/world/biome/source/BiomeSource;downfallSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
-
weirdnessSampler
- Mappings:
Namespace Name Mixin selector intermediary field_2241Lnet/minecraft/class_519;field_2241:Lnet/minecraft/class_458;glue field_2433Lclass_592;field_2433:Lclass_491;server gLph;g:Lmq;client gLxv;g:Lug;named weirdnessSamplerLnet/minecraft/world/biome/source/BiomeSource;weirdnessSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
-
temperatureMap
public double[] temperatureMap- Mappings:
Namespace Name Mixin selector intermediary field_2235Lnet/minecraft/class_519;field_2235:[Dglue field_2427Lclass_592;field_2427:[Dserver aLph;a:[Dclient aLxv;a:[Dnamed temperatureMapLnet/minecraft/world/biome/source/BiomeSource;temperatureMap:[D
-
downfallMap
public double[] downfallMap- Mappings:
Namespace Name Mixin selector intermediary field_2236Lnet/minecraft/class_519;field_2236:[Dglue field_2428Lclass_592;field_2428:[Dserver bLph;b:[Dclient bLxv;b:[Dnamed downfallMapLnet/minecraft/world/biome/source/BiomeSource;downfallMap:[D
-
weirdnessMap
public double[] weirdnessMap- Mappings:
Namespace Name Mixin selector intermediary field_2237Lnet/minecraft/class_519;field_2237:[Dglue field_2429Lclass_592;field_2429:[Dserver cLph;c:[Dclient cLxv;c:[Dnamed weirdnessMapLnet/minecraft/world/biome/source/BiomeSource;weirdnessMap:[D
-
biomes
- Mappings:
Namespace Name Mixin selector intermediary field_2238Lnet/minecraft/class_519;field_2238:[Lnet/minecraft/class_153;glue field_2430Lclass_592;field_2430:[Lclass_256;server dLph;d:[Lgs;client dLxv;d:[Lkd;named biomesLnet/minecraft/world/biome/source/BiomeSource;biomes:[Lnet/minecraft/world/biome/Biome;
-
-
Constructor Details
-
BiomeSource
protected BiomeSource() -
BiomeSource
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_519;<init>(Lnet/minecraft/class_18;)Vglue <init>Lclass_592;<init>(Lclass_129;)Vserver <init>Lph;<init>(Ldj;)Vclient <init>Lxv;<init>(Lfd;)Vnamed <init>Lnet/minecraft/world/biome/source/BiomeSource;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
getBiome
- Mappings:
Namespace Name Mixin selector intermediary method_1789Lnet/minecraft/class_519;method_1789(Lnet/minecraft/class_515;)Lnet/minecraft/class_153;glue method_871Lclass_592;method_871(Lclass_624;)Lclass_256;server aLph;a(Lqa;)Lgs;client aLxv;a(Lyy;)Lkd;named getBiomeLnet/minecraft/world/biome/source/BiomeSource;getBiome(Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/world/biome/Biome;
-
getBiome
- Mappings:
Namespace Name Mixin selector intermediary method_1787Lnet/minecraft/class_519;method_1787(II)Lnet/minecraft/class_153;glue method_869Lclass_592;method_869(II)Lclass_256;server aLph;a(II)Lgs;client aLxv;a(II)Lkd;named getBiomeLnet/minecraft/world/biome/source/BiomeSource;getBiome(II)Lnet/minecraft/world/biome/Biome;
-
getTemperature
- Mappings:
Namespace Name Mixin selector intermediary method_1786Lnet/minecraft/class_519;method_1786(II)Dglue method_1237Lclass_592;method_1237(II)Dserver method_1786Lph;method_1786(II)Dclient bLxv;b(II)Dnamed getTemperatureLnet/minecraft/world/biome/source/BiomeSource;getTemperature(II)D
-
getBiomesInArea
- Mappings:
Namespace Name Mixin selector intermediary method_1788Lnet/minecraft/class_519;method_1788(IIII)[Lnet/minecraft/class_153;glue method_870Lclass_592;method_870(IIII)[Lclass_256;server aLph;a(IIII)[Lgs;client aLxv;a(IIII)[Lkd;named getBiomesInAreaLnet/minecraft/world/biome/source/BiomeSource;getBiomesInArea(IIII)[Lnet/minecraft/world/biome/Biome;
-
create
public double[] create(double[] map, int x, int z, int width, int depth) - Mappings:
Namespace Name Mixin selector intermediary method_1790Lnet/minecraft/class_519;method_1790([DIIII)[Dglue method_872Lclass_592;method_872([DIIII)[Dserver aLph;a([DIIII)[Dclient aLxv;a([DIIII)[Dnamed createLnet/minecraft/world/biome/source/BiomeSource;create([DIIII)[D
-
getBiomesInArea
- Mappings:
Namespace Name Mixin selector intermediary method_1791Lnet/minecraft/class_519;method_1791([Lnet/minecraft/class_153;IIII)[Lnet/minecraft/class_153;glue method_873Lclass_592;method_873([Lclass_256;IIII)[Lclass_256;server aLph;a([Lgs;IIII)[Lgs;client aLxv;a([Lkd;IIII)[Lkd;named getBiomesInAreaLnet/minecraft/world/biome/source/BiomeSource;getBiomesInArea([Lnet/minecraft/world/biome/Biome;IIII)[Lnet/minecraft/world/biome/Biome;
-