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

public class PlainsBiomeSource 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
     

    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

    • PlainsBiomeSource

      public PlainsBiomeSource()
  • 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