Interface BiomeChangeable

All Known Implementing Classes:
FlatGenerator, SurvivalGenerator

public interface BiomeChangeable

BiomeChangeable

This interface is used in WorldGenerator, that supports choice of Minecraft biomes in WorldGenerationMenu.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Map<@NotNull String, @NotNull org.bukkit.Material>
    getBiomes(org.bukkit.World.Environment environment)
    Returns map of available lower cased biomes names and their icons.
  • Method Details

    • getBiomes

      @NotNull @NotNull Map<@NotNull String, @NotNull org.bukkit.Material> getBiomes(@NotNull org.bukkit.World.Environment environment)
      Returns map of available lower cased biomes names and their icons.
      Parameters:
      environment - selected environment.
      Returns:
      map of biomes names and icons.