Class Biomes

java.lang.Object
com.sk89q.worldedit.world.biome.Biomes

@Deprecated public final class Biomes extends Object
Deprecated.
Only method is being deprecated for removal.
Utility methods related to biomes.
  • Method Details

    • findBiomeByName

      @Deprecated @Nullable public static BiomeType findBiomeByName(Collection<BiomeType> biomes, String name, BiomeRegistry registry)
      Deprecated.
      This uses the outdated name system. Find names by comparing with their ID instead.
      Find a biome that matches the given input name.
      Parameters:
      biomes - a list of biomes
      name - the name to test
      registry - a biome registry
      Returns:
      a biome or null