Klasse BiomeProviderMultiNoise.NoiseData
java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biomeprovider.BiomeProviderMultiNoise.NoiseData
- Umschließende Klasse:
BiomeProviderMultiNoise
Represents the data that will be used for the Multi-Noise Biome generation
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNoiseData
(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset) Constructor for the NoiseData -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfloat
Gets the offset for the NoiseDatafloat
getDepth()
Gets the offset for the NoiseDatafloat
Gets the offset for the NoiseDatafloat
Gets the offset for the NoiseDatafloat
Gets the offset for the NoiseDatafloat
Gets the offset for the NoiseDatafloat
Gets the offset for the NoiseData
-
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 temperaturehumidity
- The Value of the humiditycontinentalness
- The Value of the continentalnesserosion
- The Value of the erosiondepth
- The Value of the depthweirdness
- The Value of the weirdnessoffset
- 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
-