Class PlainsBiomeSource
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 -
Method Summary
Modifier and TypeMethodDescriptioncom.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.DimensionMethods inherited from class com.seedfinding.mcbiome.source.BiomeSource
factory, getStaticNoiseSource, getVersion, getWorldSeed, iterateUniqueBiomes, iterateUniqueBiomes, locateBiome, locateBiome, locateBiome12, locateNearestBiome, of
-
Constructor Details
-
PlainsBiomeSource
public PlainsBiomeSource()
-
-
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
-