Package net.minecraft

Record Class class_6686.class_6703

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6703
Record Components:
name -
noise -
minThreshold -
maxThreshold -
All Implemented Interfaces:
Function<class_6686.class_6694,class_6686.class_6692>, class_6686.class_6693
Enclosing class:
class_6686

private static record class_6686.class_6703(String name, DoublePerlinNoiseSampler.NoiseParameters noise, double minThreshold, double maxThreshold) extends Record implements class_6686.class_6693
Mappings:
Namespace Name
official csv$j
intermediary net/minecraft/class_6686$class_6703
named net/minecraft/class_6686$class_6703
official b
intermediary comp_200
named name
official c
intermediary comp_201
named noise
official d
intermediary comp_202
named minThreshold
official e
intermediary comp_203
named maxThreshold
  • Field Details

    • name

      private final String name
      The field for the name record component.
    • noise

      The field for the noise record component.
    • minThreshold

      private final double minThreshold
      The field for the minThreshold record component.
    • maxThreshold

      private final double maxThreshold
      The field for the maxThreshold record component.
    • field_35248

      static final com.mojang.serialization.Codec<class_6686.class_6703> field_35248
      Mappings:
      Namespace Name Mixin selector
      official f Lcsv$j;f:Lcom/mojang/serialization/Codec;
      intermediary field_35248 Lnet/minecraft/class_6686$class_6703;field_35248:Lcom/mojang/serialization/Codec;
      named field_35248 Lnet/minecraft/class_6686$class_6703;field_35248:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_39064

      public com.mojang.serialization.Codec<? extends class_6686.class_6693> method_39064()
      Specified by:
      method_39064 in interface class_6686.class_6693
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$e;a()Lcom/mojang/serialization/Codec;
      intermediary method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
      named method_39064 Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
    • apply

      public class_6686.class_6692 apply(class_6686.class_6694 class_6694)
      Specified by:
      apply in interface Function<class_6686.class_6694,class_6686.class_6692>
      Mappings:
      Namespace Name Mixin selector
      official a Lcsv$j;a(Lcsv$f;)Lcsv$d;
      intermediary method_39082 Lnet/minecraft/class_6686$class_6703;method_39082(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
      named apply Lnet/minecraft/class_6686$class_6703;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
    • 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.
    • name

      public String name()
      Returns the value of the name record component.
      Returns:
      the value of the name record component
    • noise

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

      public double minThreshold()
      Returns the value of the minThreshold record component.
      Returns:
      the value of the minThreshold record component
    • maxThreshold

      public double maxThreshold()
      Returns the value of the maxThreshold record component.
      Returns:
      the value of the maxThreshold record component