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 clc$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 Details

    • temperatureNoise

      private final long temperatureNoise
      The field for the temperatureNoise record component.
    • humidityNoise

      private final long humidityNoise
      The field for the humidityNoise record component.
    • continentalnessNoise

      private final long continentalnessNoise
      The field for the continentalnessNoise record component.
    • erosionNoise

      private final long erosionNoise
      The field for the erosionNoise record component.
    • depth

      private final long depth
      The field for the depth record component.
    • weirdnessNoise

      private final long weirdnessNoise
      The field for the weirdnessNoise 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 Lclc$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

      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. All components in this record class 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.
    • temperatureNoise

      public long temperatureNoise()
      Returns the value of the temperatureNoise record component.
      Returns:
      the value of the temperatureNoise record component
    • humidityNoise

      public long humidityNoise()
      Returns the value of the humidityNoise record component.
      Returns:
      the value of the humidityNoise record component
    • continentalnessNoise

      public long continentalnessNoise()
      Returns the value of the continentalnessNoise record component.
      Returns:
      the value of the continentalnessNoise record component
    • erosionNoise

      public long erosionNoise()
      Returns the value of the erosionNoise record component.
      Returns:
      the value of the erosionNoise record component
    • depth

      public long depth()
      Returns the value of the depth record component.
      Returns:
      the value of the depth record component
    • weirdnessNoise

      public long weirdnessNoise()
      Returns the value of the weirdnessNoise record component.
      Returns:
      the value of the weirdnessNoise record component