Record Class MultiNoiseUtil.MultiNoiseSampler
java.lang.Object
java.lang.Record
net.minecraft.world.biome.source.util.MultiNoiseUtil.MultiNoiseSampler
- Record Components:
temperature-humidity-continentalness-erosion-depth-weirdness-spawnTarget-
- Enclosing class:
MultiNoiseUtil
public static record MultiNoiseUtil.MultiNoiseSampler(NoiseType temperature, NoiseType humidity, NoiseType continentalness, NoiseType erosion, NoiseType depth, NoiseType weirdness, List<MultiNoiseUtil.NoiseHypercube> spawnTarget)
extends Record
- Mappings:
Namespace Name official cby$fintermediary net/minecraft/class_6544$class_6552named net/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSamplerofficial aintermediary comp_364named temperatureofficial bintermediary comp_365named humidityofficial cintermediary comp_366named continentalnessofficial dintermediary comp_367named erosionofficial eintermediary comp_368named depthofficial fintermediary comp_369named weirdnessofficial gintermediary comp_370named spawnTarget
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NoiseTypeThe field for thecontinentalnessrecord component.private final NoiseTypeThe field for thedepthrecord component.private final NoiseTypeThe field for theerosionrecord component.private final NoiseTypeThe field for thehumidityrecord component.private final List<MultiNoiseUtil.NoiseHypercube>The field for thespawnTargetrecord component.private final NoiseTypeThe field for thetemperaturerecord component.private final NoiseTypeThe field for theweirdnessrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionMultiNoiseSampler(NoiseType noiseType, NoiseType noiseType2, NoiseType noiseType3, NoiseType noiseType4, NoiseType noiseType5, NoiseType noiseType6, List<MultiNoiseUtil.NoiseHypercube> list) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecontinentalnessrecord component.depth()Returns the value of thedepthrecord component.final booleanIndicates whether some other object is "equal to" this one.erosion()Returns the value of theerosionrecord component.final inthashCode()Returns a hash code value for this object.humidity()Returns the value of thehumidityrecord component.sample(int x, int y, int z) Returns the value of thespawnTargetrecord component.Returns the value of thetemperaturerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theweirdnessrecord component.
-
Field Details
-
temperature
The field for thetemperaturerecord component. -
humidity
The field for thehumidityrecord component. -
continentalness
The field for thecontinentalnessrecord component. -
erosion
The field for theerosionrecord component. -
depth
The field for thedepthrecord component. -
weirdness
The field for theweirdnessrecord component. -
spawnTarget
The field for thespawnTargetrecord component.
-
-
Constructor Details
-
MultiNoiseSampler
-
-
Method Details
-
sample
- Mappings:
Namespace Name Mixin selector official aLcby$f;a(III)Lcby$h;intermediary method_40444Lnet/minecraft/class_6544$class_6552;method_40444(III)Lnet/minecraft/class_6544$class_6553;named sampleLnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;sample(III)Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseValuePoint;
-
findBestSpawnPosition
- Mappings:
Namespace Name Mixin selector official aLcby$f;a()Lgi;intermediary method_39165Lnet/minecraft/class_6544$class_6552;method_39165()Lnet/minecraft/class_2338;named findBestSpawnPositionLnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;findBestSpawnPosition()Lnet/minecraft/util/math/BlockPos;
-
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 withObjects::equals(Object,Object). -
temperature
Returns the value of thetemperaturerecord component.- Returns:
- the value of the
temperaturerecord component
-
humidity
Returns the value of thehumidityrecord component.- Returns:
- the value of the
humidityrecord component
-
continentalness
Returns the value of thecontinentalnessrecord component.- Returns:
- the value of the
continentalnessrecord component
-
erosion
Returns the value of theerosionrecord component.- Returns:
- the value of the
erosionrecord component
-
depth
Returns the value of thedepthrecord component.- Returns:
- the value of the
depthrecord component
-
weirdness
Returns the value of theweirdnessrecord component.- Returns:
- the value of the
weirdnessrecord component
-
spawnTarget
Returns the value of thespawnTargetrecord component.- Returns:
- the value of the
spawnTargetrecord component
-