Record Class DensityFunction.class_7270

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

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

    • noiseData

      The field for the noiseData record component.
    • noise

      The field for the noise record component.
    • field_38248

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

  • Method Details

    • method_42356

      public double method_42356(double double2, double double3, double double4)
      Mappings:
      Namespace Name Mixin selector
      official a Lczn$c;a(DDD)D
      intermediary method_42356 Lnet/minecraft/class_6910$class_7270;method_42356(DDD)D
      named method_42356 Lnet/minecraft/world/gen/densityfunction/DensityFunction$class_7270;method_42356(DDD)D
    • method_42355

      public double method_42355()
      Mappings:
      Namespace Name Mixin selector
      official a Lczn$c;a()D
      intermediary method_42355 Lnet/minecraft/class_6910$class_7270;method_42355()D
      named method_42355 Lnet/minecraft/world/gen/densityfunction/DensityFunction$class_7270;method_42355()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