Class BiomeSource

java.lang.Object
net.minecraft.world.biome.source.BiomeSource
Direct Known Subclasses:
FixedBiomeSource

public class BiomeSource extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_519
glue class_592
server ph
client xv
named net/minecraft/world/biome/source/BiomeSource
  • Field Details

    • temperatureSampler

      private OctaveSimplexNoiseSampler temperatureSampler
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2239 Lnet/minecraft/class_519;field_2239:Lnet/minecraft/class_458;
      glue field_2431 Lclass_592;field_2431:Lclass_491;
      server e Lph;e:Lmq;
      client e Lxv;e:Lug;
      named temperatureSampler Lnet/minecraft/world/biome/source/BiomeSource;temperatureSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
    • downfallSampler

      private OctaveSimplexNoiseSampler downfallSampler
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2240 Lnet/minecraft/class_519;field_2240:Lnet/minecraft/class_458;
      glue field_2432 Lclass_592;field_2432:Lclass_491;
      server f Lph;f:Lmq;
      client f Lxv;f:Lug;
      named downfallSampler Lnet/minecraft/world/biome/source/BiomeSource;downfallSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
    • weirdnessSampler

      private OctaveSimplexNoiseSampler weirdnessSampler
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2241 Lnet/minecraft/class_519;field_2241:Lnet/minecraft/class_458;
      glue field_2433 Lclass_592;field_2433:Lclass_491;
      server g Lph;g:Lmq;
      client g Lxv;g:Lug;
      named weirdnessSampler Lnet/minecraft/world/biome/source/BiomeSource;weirdnessSampler:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
    • temperatureMap

      public double[] temperatureMap
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2235 Lnet/minecraft/class_519;field_2235:[D
      glue field_2427 Lclass_592;field_2427:[D
      server a Lph;a:[D
      client a Lxv;a:[D
      named temperatureMap Lnet/minecraft/world/biome/source/BiomeSource;temperatureMap:[D
    • downfallMap

      public double[] downfallMap
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2236 Lnet/minecraft/class_519;field_2236:[D
      glue field_2428 Lclass_592;field_2428:[D
      server b Lph;b:[D
      client b Lxv;b:[D
      named downfallMap Lnet/minecraft/world/biome/source/BiomeSource;downfallMap:[D
    • weirdnessMap

      public double[] weirdnessMap
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2237 Lnet/minecraft/class_519;field_2237:[D
      glue field_2429 Lclass_592;field_2429:[D
      server c Lph;c:[D
      client c Lxv;c:[D
      named weirdnessMap Lnet/minecraft/world/biome/source/BiomeSource;weirdnessMap:[D
    • biomes

      public Biome[] biomes
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2238 Lnet/minecraft/class_519;field_2238:[Lnet/minecraft/class_153;
      glue field_2430 Lclass_592;field_2430:[Lclass_256;
      server d Lph;d:[Lgs;
      client d Lxv;d:[Lkd;
      named biomes Lnet/minecraft/world/biome/source/BiomeSource;biomes:[Lnet/minecraft/world/biome/Biome;
  • Constructor Details

    • BiomeSource

      protected BiomeSource()
    • BiomeSource

      public BiomeSource(World world)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_519;<init>(Lnet/minecraft/class_18;)V
      glue <init> Lclass_592;<init>(Lclass_129;)V
      server <init> Lph;<init>(Ldj;)V
      client <init> Lxv;<init>(Lfd;)V
      named <init> Lnet/minecraft/world/biome/source/BiomeSource;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • getBiome

      public Biome getBiome(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1789 Lnet/minecraft/class_519;method_1789(Lnet/minecraft/class_515;)Lnet/minecraft/class_153;
      glue method_871 Lclass_592;method_871(Lclass_624;)Lclass_256;
      server a Lph;a(Lqa;)Lgs;
      client a Lxv;a(Lyy;)Lkd;
      named getBiome Lnet/minecraft/world/biome/source/BiomeSource;getBiome(Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/world/biome/Biome;
    • getBiome

      public Biome getBiome(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1787 Lnet/minecraft/class_519;method_1787(II)Lnet/minecraft/class_153;
      glue method_869 Lclass_592;method_869(II)Lclass_256;
      server a Lph;a(II)Lgs;
      client a Lxv;a(II)Lkd;
      named getBiome Lnet/minecraft/world/biome/source/BiomeSource;getBiome(II)Lnet/minecraft/world/biome/Biome;
    • getTemperature

      @Environment(CLIENT) public double getTemperature(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1786 Lnet/minecraft/class_519;method_1786(II)D
      glue method_1237 Lclass_592;method_1237(II)D
      server method_1786 Lph;method_1786(II)D
      client b Lxv;b(II)D
      named getTemperature Lnet/minecraft/world/biome/source/BiomeSource;getTemperature(II)D
    • getBiomesInArea

      public Biome[] getBiomesInArea(int x, int z, int width, int depth)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1788 Lnet/minecraft/class_519;method_1788(IIII)[Lnet/minecraft/class_153;
      glue method_870 Lclass_592;method_870(IIII)[Lclass_256;
      server a Lph;a(IIII)[Lgs;
      client a Lxv;a(IIII)[Lkd;
      named getBiomesInArea Lnet/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_1790 Lnet/minecraft/class_519;method_1790([DIIII)[D
      glue method_872 Lclass_592;method_872([DIIII)[D
      server a Lph;a([DIIII)[D
      client a Lxv;a([DIIII)[D
      named create Lnet/minecraft/world/biome/source/BiomeSource;create([DIIII)[D
    • getBiomesInArea

      public Biome[] getBiomesInArea(Biome[] biomes, int x, int z, int width, int depth)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1791 Lnet/minecraft/class_519;method_1791([Lnet/minecraft/class_153;IIII)[Lnet/minecraft/class_153;
      glue method_873 Lclass_592;method_873([Lclass_256;IIII)[Lclass_256;
      server a Lph;a([Lgs;IIII)[Lgs;
      client a Lxv;a([Lkd;IIII)[Lkd;
      named getBiomesInArea Lnet/minecraft/world/biome/source/BiomeSource;getBiomesInArea([Lnet/minecraft/world/biome/Biome;IIII)[Lnet/minecraft/world/biome/Biome;