Package net.minecraft.world.gen
Record Class NoiseColumnSampler.class_6747
java.lang.Object
java.lang.Record
net.minecraft.world.gen.NoiseColumnSampler.class_6747
- Record Components:
shiftedX
-shiftedZ
-continentalness
-weirdness
-erosion
-terrainInfo
-
- Enclosing class:
- NoiseColumnSampler
public static record NoiseColumnSampler.class_6747(double shiftedX, double shiftedZ, double continentalness, double weirdness, double erosion, TerrainNoisePoint terrainInfo)
extends Record
- Mappings:
Namespace Name official cti$a
intermediary net/minecraft/class_5818$class_6747
named net/minecraft/world/gen/NoiseColumnSampler$class_6747
official a
intermediary comp_241
named shiftedX
official b
intermediary comp_242
named shiftedZ
official c
intermediary comp_243
named continentalness
official d
intermediary comp_244
named weirdness
official e
intermediary comp_245
named erosion
official f
intermediary comp_246
named terrainInfo
-
Field Summary
Modifier and TypeFieldDescriptionprivate final double
The field for thecontinentalness
record component.private final double
The field for theerosion
record component.private final double
The field for theshiftedX
record component.private final double
The field for theshiftedZ
record component.private final TerrainNoisePoint
The field for theterrainInfo
record component.private final double
The field for theweirdness
record component. -
Constructor Summary
ConstructorDescriptionclass_6747
(double double2, double double3, double double4, double double5, double double6, TerrainNoisePoint terrainNoisePoint) -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of thecontinentalness
record component.final boolean
Indicates whether some other object is "equal to" this one.double
erosion()
Returns the value of theerosion
record component.final int
hashCode()
Returns a hash code value for this object.double
shiftedX()
Returns the value of theshiftedX
record component.double
shiftedZ()
Returns the value of theshiftedZ
record component.Returns the value of theterrainInfo
record component.final String
toString()
Returns a string representation of this record class.double
Returns the value of theweirdness
record component.
-
Field Details
-
shiftedX
private final double shiftedXThe field for theshiftedX
record component. -
shiftedZ
private final double shiftedZThe field for theshiftedZ
record component. -
continentalness
private final double continentalnessThe field for thecontinentalness
record component. -
weirdness
private final double weirdnessThe field for theweirdness
record component. -
erosion
private final double erosionThe field for theerosion
record component. -
terrainInfo
The field for theterrainInfo
record component.
-
-
Constructor Details
-
class_6747
public class_6747(double double2, double double3, double double4, double double5, double double6, TerrainNoisePoint terrainNoisePoint)
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
shiftedX
public double shiftedX()Returns the value of theshiftedX
record component.- Returns:
- the value of the
shiftedX
record component
-
shiftedZ
public double shiftedZ()Returns the value of theshiftedZ
record component.- Returns:
- the value of the
shiftedZ
record component
-
continentalness
public double continentalness()Returns the value of thecontinentalness
record component.- Returns:
- the value of the
continentalness
record component
-
weirdness
public double weirdness()Returns the value of theweirdness
record component.- Returns:
- the value of the
weirdness
record component
-
erosion
public double erosion()Returns the value of theerosion
record component.- Returns:
- the value of the
erosion
record component
-
terrainInfo
Returns the value of theterrainInfo
record component.- Returns:
- the value of the
terrainInfo
record component
-