Interface BiomeVolume

    • Method Detail

      • biome

        default Biome biome​(Vector3i position)
        Gets an object representing the biome at the given position.
        Parameters:
        position - The position
        Returns:
        The biome
        Throws:
        PositionOutOfBoundsException - If the position is outside of the bounds of the volume
      • biome

        Biome biome​(int x,
                    int y,
                    int z)
        Gets the Biome at the given location.
        Parameters:
        x - The X position
        y - The Y position
        z - The Z position
        Returns:
        The biome
        Throws:
        PositionOutOfBoundsException - If the position is outside of the bounds of the volume