Interface BiomeAttributes


  • public interface BiomeAttributes
    • Method Detail

      • of

        static BiomeAttributes of​(float temperature,
                                  float humidity,
                                  float altitude,
                                  float weirdness,
                                  float offset)
      • temperature

        float temperature()
        Gets the temperature.

        In Vanilla Minecraft, this is capped between -2 to 2.

        Returns:
        temperature
      • humidity

        float humidity()
        Get the humidity.

        In Vanilla Minecraft, this is capped between -2 to 2.

        Returns:
        humidity
      • altitude

        float altitude()
        Gets the altitude.

        In Vanilla Minecraft, this is capped between -2 to 2.

        Returns:
        altitude
      • weirdness

        float weirdness()
        Gets the weirdness.

        In Vanilla Minecraft, this is capped between -2 to 2.

        Returns:
        weirdness
      • offset

        float offset()
        Gets the offset.

        In Vanilla Minecraft, this is capped between 0 to 1.

        Returns:
        offset