Record Class DensityFunction.Noise

java.lang.Object
java.lang.Record
net.minecraft.world.gen.densityfunction.DensityFunction.Noise
Record Components:
noiseData -
noise -
Enclosing interface:
DensityFunction

public static record DensityFunction.Noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData, @Nullable DoublePerlinNoiseSampler noise) extends Record
Mappings:
Namespace Name
named net/minecraft/world/gen/densityfunction/DensityFunction$Noise
intermediary net/minecraft/class_6910$class_7270
official dxp$c
named noiseData
intermediary comp_662
official b
named noise
intermediary comp_663
official c
  • Field Details

    • noiseData

      The field for the noiseData record component.
    • noise

      The field for the noise record component.
    • CODEC

      public static final com.mojang.serialization.Codec<DensityFunction.Noise> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/gen/densityfunction/DensityFunction$Noise;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_38248 Lnet/minecraft/class_6910$class_7270;field_38248:Lcom/mojang/serialization/Codec;
      official a Ldxp$c;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • sample

      public double sample(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      named sample Lnet/minecraft/world/gen/densityfunction/DensityFunction$Noise;sample(DDD)D
      intermediary method_42356 Lnet/minecraft/class_6910$class_7270;method_42356(DDD)D
      official a Ldxp$c;a(DDD)D
    • getMaxValue

      public double getMaxValue()
      Mappings:
      Namespace Name Mixin selector
      named getMaxValue Lnet/minecraft/world/gen/densityfunction/DensityFunction$Noise;getMaxValue()D
      intermediary method_42355 Lnet/minecraft/class_6910$class_7270;method_42355()D
      official a Ldxp$c;a()D
    • 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 Objects::equals(Object,Object).
      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.
    • noiseData

      Returns the value of the noiseData record component.
      Returns:
      the value of the noiseData record component
    • noise

      Returns the value of the noise record component.
      Returns:
      the value of the noise record component