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 -
Method Summary
Modifier and TypeMethodDescriptiongetBetaBiome(int x, int z) com.seedfinding.mcbiome.biome.BiomegetBiome(int x, int y, int z) com.seedfinding.mcbiome.biome.BiomegetBiome(com.seedfinding.mccore.util.pos.BPos bpos) com.seedfinding.mcbiome.biome.BiomegetBiomeForNoiseGen(int x, int y, int z) com.seedfinding.mccore.state.DimensiondoublegetHumidity(int x, int z) doublegetTemperature(int x, int z) Methods inherited from class com.seedfinding.mcbiome.source.BiomeSource
factory, getStaticNoiseSource, getVersion, getWorldSeed, iterateUniqueBiomes, iterateUniqueBiomes, locateBiome, locateBiome, locateBiome12, locateNearestBiome, of
-
Constructor Details
-
BetaOverworldBiomeSource
public BetaOverworldBiomeSource(long worldSeed)
-
-
Method Details
-
getDimension
public com.seedfinding.mccore.state.Dimension getDimension()- Specified by:
getDimensionin classcom.seedfinding.mcbiome.source.BiomeSource
-
getBiome
public com.seedfinding.mcbiome.biome.Biome getBiome(com.seedfinding.mccore.util.pos.BPos bpos) - Specified by:
getBiomein classcom.seedfinding.mcbiome.source.BiomeSource
-
getBiome
public com.seedfinding.mcbiome.biome.Biome getBiome(int x, int y, int z) - Specified by:
getBiomein classcom.seedfinding.mcbiome.source.BiomeSource
-
getBiomeForNoiseGen
public com.seedfinding.mcbiome.biome.Biome getBiomeForNoiseGen(int x, int y, int z) - Specified by:
getBiomeForNoiseGenin classcom.seedfinding.mcbiome.source.BiomeSource
-
getBetaBiome
-
getTemperature
public double getTemperature(int x, int z) -
getHumidity
public double getHumidity(int x, int z)
-