Class BiomeProviderSingle

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biomeprovider.AdvancedBiomeProvider
de.freesoccerhdx.advancedworldcreatorapi.biomeprovider.BiomeProviderSingle

public class BiomeProviderSingle extends AdvancedBiomeProvider
AdvancedBiomeProvider that places the same Biome in the World
  • Method Details

    • getBiome

      public Object getBiome(org.bukkit.generator.WorldInfo worldInfo, int x, int y, int z)
      Description copied from class: AdvancedBiomeProvider
      Gets the specific Biome for given x/y/z - coordination
      Specified by:
      getBiome in class AdvancedBiomeProvider
      Parameters:
      worldInfo - The WorldInfo of the World
      x - The x position of the block for the biome
      y - The y position of the block for the biome
      z - The z position of the block for the biome
      Returns:
      A Biome or BiomeCreator.CustomBiome
    • getBiomes

      public List<Object> getBiomes(org.bukkit.generator.WorldInfo worldInfo)
      Description copied from class: AdvancedBiomeProvider
      This Method has to list all Biomes you want to use for the BiomeProvider.
      Specified by:
      getBiomes in class AdvancedBiomeProvider
      Parameters:
      worldInfo - The WorldInfo of the World
      Returns:
      A List of Biome and BiomeCreator.CustomBiome to use for the BiomeProvider