Klasse BiomeProviderMultiNoise.NoiseData

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biomeprovider.BiomeProviderMultiNoise.NoiseData
Umschließende Klasse:
BiomeProviderMultiNoise

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

    Konstruktoren
    Konstruktor
    Beschreibung
    NoiseData(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset)
    Constructor for the NoiseData
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • NoiseData

      public NoiseData(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset)
      Constructor for the NoiseData
      Parameter:
      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
  • Methodendetails

    • getOffset

      public float getOffset()
      Gets the offset for the NoiseData
      Gibt zurück:
      The offset
    • getTemperature

      public float getTemperature()
      Gets the offset for the NoiseData
      Gibt zurück:
      The temperature
    • getHumidity

      public float getHumidity()
      Gets the offset for the NoiseData
      Gibt zurück:
      The humidity
    • getContinentalness

      public float getContinentalness()
      Gets the offset for the NoiseData
      Gibt zurück:
      The continentalness
    • getErosion

      public float getErosion()
      Gets the offset for the NoiseData
      Gibt zurück:
      The erosion
    • getDepth

      public float getDepth()
      Gets the offset for the NoiseData
      Gibt zurück:
      The depth
    • getWeirdness

      public float getWeirdness()
      Gets the offset for the NoiseData
      Gibt zurück:
      The weirdness