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 Details

    • shiftedX

      private final double shiftedX
      The field for the shiftedX record component.
    • shiftedZ

      private final double shiftedZ
      The field for the shiftedZ record component.
    • continentalness

      private final double continentalness
      The field for the continentalness record component.
    • weirdness

      private final double weirdness
      The field for the weirdness record component.
    • erosion

      private final double erosion
      The field for the erosion record component.
    • terrainInfo

      private final TerrainNoisePoint terrainInfo
      The field for the terrainInfo record component.
  • Constructor Details

    • class_6747

      public class_6747(double double2, double double3, double double4, double double5, double double6, TerrainNoisePoint terrainNoisePoint)
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • shiftedX

      public double shiftedX()
      Returns the value of the shiftedX record component.
      Returns:
      the value of the shiftedX record component
    • shiftedZ

      public double shiftedZ()
      Returns the value of the shiftedZ record component.
      Returns:
      the value of the shiftedZ record component
    • continentalness

      public double continentalness()
      Returns the value of the continentalness record component.
      Returns:
      the value of the continentalness record component
    • weirdness

      public double weirdness()
      Returns the value of the weirdness record component.
      Returns:
      the value of the weirdness record component
    • erosion

      public double erosion()
      Returns the value of the erosion record component.
      Returns:
      the value of the erosion record component
    • terrainInfo

      public TerrainNoisePoint terrainInfo()
      Returns the value of the terrainInfo record component.
      Returns:
      the value of the terrainInfo record component