Interface Biome


@CatalogedBy(Biomes.class) public interface Biome
Represents a biome.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the humidity of this biome.
    double
    Gets the temperature of this biome.
  • Method Details

    • temperature

      double temperature()
      Gets the temperature of this biome.
      Returns:
      The temperature
    • humidity

      double humidity()
      Gets the humidity of this biome.
      Returns:
      The humidity