Class BiomeProviderMultiNoise.NoiseData

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biomeprovider.BiomeProviderMultiNoise.NoiseData
Enclosing class:
BiomeProviderMultiNoise

public static class BiomeProviderMultiNoise.NoiseData extends Object
Represents the data that will be used for the Multi-Noise Biome generation
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoiseData(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset)
    Constructor for the NoiseData
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData
    float
    Gets the offset for the NoiseData

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoiseData

      public NoiseData(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset)
      Constructor for the NoiseData
      Parameters:
      temperature - The Value of the temperature
      humidity - The Value of the humidity
      continentalness - The Value of the continentalness
      erosion - The Value of the erosion
      depth - The Value of the depth
      weirdness - The Value of the weirdness
      offset - The Value of the offset
  • Method Details

    • getOffset

      public float getOffset()
      Gets the offset for the NoiseData
      Returns:
      The offset
    • getTemperature

      public float getTemperature()
      Gets the offset for the NoiseData
      Returns:
      The temperature
    • getHumidity

      public float getHumidity()
      Gets the offset for the NoiseData
      Returns:
      The humidity
    • getContinentalness

      public float getContinentalness()
      Gets the offset for the NoiseData
      Returns:
      The continentalness
    • getErosion

      public float getErosion()
      Gets the offset for the NoiseData
      Returns:
      The erosion
    • getDepth

      public float getDepth()
      Gets the offset for the NoiseData
      Returns:
      The depth
    • getWeirdness

      public float getWeirdness()
      Gets the offset for the NoiseData
      Returns:
      The weirdness