Record Class MultiNoiseUtil.NoiseValuePoint
java.lang.Object
java.lang.Record
net.minecraft.world.biome.source.util.MultiNoiseUtil.NoiseValuePoint
- Record Components:
temperatureNoise
-humidityNoise
-continentalnessNoise
-erosionNoise
-depth
-weirdnessNoise
-
- Enclosing class:
MultiNoiseUtil
public static record MultiNoiseUtil.NoiseValuePoint(long temperatureNoise, long humidityNoise, long continentalnessNoise, long erosionNoise, long depth, long weirdnessNoise)
extends Record
- Mappings:
Namespace Name official crc$h
intermediary net/minecraft/class_6544$class_6553
named net/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseValuePoint
official a
intermediary comp_112
named temperatureNoise
official b
intermediary comp_113
named humidityNoise
official c
intermediary comp_114
named continentalnessNoise
official d
intermediary comp_115
named erosionNoise
official e
intermediary comp_116
named depth
official f
intermediary comp_117
named weirdnessNoise
-
Field Summary
Modifier and TypeFieldDescriptionprivate final long
The field for thecontinentalnessNoise
record component.private final long
The field for thedepth
record component.private final long
The field for theerosionNoise
record component.private final long
The field for thehumidityNoise
record component.private final long
The field for thetemperatureNoise
record component.private final long
The field for theweirdnessNoise
record component. -
Constructor Summary
ConstructorDescriptionNoiseValuePoint
(long long2, long long3, long long4, long long5, long long6, long long7) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the value of thecontinentalnessNoise
record component.long
depth()
Returns the value of thedepth
record component.final boolean
Indicates whether some other object is "equal to" this one.long
Returns the value of theerosionNoise
record component.protected long[]
final int
hashCode()
Returns a hash code value for this object.long
Returns the value of thehumidityNoise
record component.long
Returns the value of thetemperatureNoise
record component.final String
toString()
Returns a string representation of this record class.long
Returns the value of theweirdnessNoise
record component.
-
Field Details
-
temperatureNoise
private final long temperatureNoiseThe field for thetemperatureNoise
record component. -
humidityNoise
private final long humidityNoiseThe field for thehumidityNoise
record component. -
continentalnessNoise
private final long continentalnessNoiseThe field for thecontinentalnessNoise
record component. -
erosionNoise
private final long erosionNoiseThe field for theerosionNoise
record component. -
depth
private final long depthThe field for thedepth
record component. -
weirdnessNoise
private final long weirdnessNoiseThe field for theweirdnessNoise
record component.
-
-
Constructor Details
-
NoiseValuePoint
public NoiseValuePoint(long long2, long long3, long long4, long long5, long long6, long long7)
-
-
Method Details
-
getNoiseValueList
protected long[] getNoiseValueList()- Mappings:
Namespace Name Mixin selector official a
Lcrc$h;a()[J
intermediary method_38166
Lnet/minecraft/class_6544$class_6553;method_38166()[J
named getNoiseValueList
Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseValuePoint;getNoiseValueList()[J
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
temperatureNoise
public long temperatureNoise()Returns the value of thetemperatureNoise
record component.- Returns:
- the value of the
temperatureNoise
record component
-
humidityNoise
public long humidityNoise()Returns the value of thehumidityNoise
record component.- Returns:
- the value of the
humidityNoise
record component
-
continentalnessNoise
public long continentalnessNoise()Returns the value of thecontinentalnessNoise
record component.- Returns:
- the value of the
continentalnessNoise
record component
-
erosionNoise
public long erosionNoise()Returns the value of theerosionNoise
record component.- Returns:
- the value of the
erosionNoise
record component
-
depth
public long depth()Returns the value of thedepth
record component.- Returns:
- the value of the
depth
record component
-
weirdnessNoise
public long weirdnessNoise()Returns the value of theweirdnessNoise
record component.- Returns:
- the value of the
weirdnessNoise
record component
-