Class BetaOverworldBiomeSource

java.lang.Object
com.seedfinding.mcbiome.source.BiomeSource
net.raphimc.vialegacy.protocol.release.r1_1tor1_2_1_3.biome.BetaOverworldBiomeSource

public class BetaOverworldBiomeSource extends com.seedfinding.mcbiome.source.BiomeSource
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.seedfinding.mcbiome.source.BiomeSource

    com.seedfinding.mcbiome.source.BiomeSource.Factory
  • Constructor Summary

    Constructors
    Constructor
    Description
    BetaOverworldBiomeSource(long worldSeed)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getBetaBiome(int x, int z)
     
    com.seedfinding.mcbiome.biome.Biome
    getBiome(int x, int y, int z)
     
    com.seedfinding.mcbiome.biome.Biome
    getBiome(com.seedfinding.mccore.util.pos.BPos bpos)
     
    com.seedfinding.mcbiome.biome.Biome
    getBiomeForNoiseGen(int x, int y, int z)
     
    com.seedfinding.mccore.state.Dimension
     
    double
    getHumidity(int x, int z)
     
    double
    getTemperature(int x, int z)
     

    Methods inherited from class com.seedfinding.mcbiome.source.BiomeSource

    factory, getStaticNoiseSource, getVersion, getWorldSeed, iterateUniqueBiomes, iterateUniqueBiomes, locateBiome, locateBiome, locateBiome12, locateNearestBiome, of

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BetaOverworldBiomeSource

      public BetaOverworldBiomeSource(long worldSeed)
  • Method Details

    • getDimension

      public com.seedfinding.mccore.state.Dimension getDimension()
      Specified by:
      getDimension in class com.seedfinding.mcbiome.source.BiomeSource
    • getBiome

      public com.seedfinding.mcbiome.biome.Biome getBiome(com.seedfinding.mccore.util.pos.BPos bpos)
      Specified by:
      getBiome in class com.seedfinding.mcbiome.source.BiomeSource
    • getBiome

      public com.seedfinding.mcbiome.biome.Biome getBiome(int x, int y, int z)
      Specified by:
      getBiome in class com.seedfinding.mcbiome.source.BiomeSource
    • getBiomeForNoiseGen

      public com.seedfinding.mcbiome.biome.Biome getBiomeForNoiseGen(int x, int y, int z)
      Specified by:
      getBiomeForNoiseGen in class com.seedfinding.mcbiome.source.BiomeSource
    • getBetaBiome

      public BetaBiome getBetaBiome(int x, int z)
    • getTemperature

      public double getTemperature(int x, int z)
    • getHumidity

      public double getHumidity(int x, int z)