Package net.minecraft

Record Class class_6683

java.lang.Object
java.lang.Record
net.minecraft.class_6683
Record Components:
confidence -
description -

public record class_6683(class_6683.class_6684 confidence, String description) extends Record
Mappings:
Namespace Name
official ahu
intermediary net/minecraft/class_6683
named net/minecraft/class_6683
official a
intermediary comp_171
named confidence
official b
intermediary comp_172
named description
  • Field Details

  • Constructor Details

  • Method Details

    • method_39031

      public static class_6683 method_39031(String string, Supplier<String> supplier, String string2, Class<?> class2)
      Mappings:
      Namespace Name Mixin selector
      official a Lahu;a(Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/Class;)Lahu;
      intermediary method_39031 Lnet/minecraft/class_6683;method_39031(Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/class_6683;
      named method_39031 Lnet/minecraft/class_6683;method_39031(Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/class_6683;
    • method_39029

      public boolean method_39029()
      Mappings:
      Namespace Name Mixin selector
      official a Lahu;a()Z
      intermediary method_39029 Lnet/minecraft/class_6683;method_39029()Z
      named method_39029 Lnet/minecraft/class_6683;method_39029()Z
    • method_39030

      public class_6683 method_39030(class_6683 class_6683)
      Mappings:
      Namespace Name Mixin selector
      official a Lahu;a(Lahu;)Lahu;
      intermediary method_39030 Lnet/minecraft/class_6683;method_39030(Lnet/minecraft/class_6683;)Lnet/minecraft/class_6683;
      named method_39030 Lnet/minecraft/class_6683;method_39030(Lnet/minecraft/class_6683;)Lnet/minecraft/class_6683;
    • method_39032

      public String method_39032()
      Mappings:
      Namespace Name Mixin selector
      official b Lahu;b()Ljava/lang/String;
      intermediary method_39032 Lnet/minecraft/class_6683;method_39032()Ljava/lang/String;
      named method_39032 Lnet/minecraft/class_6683;method_39032()Ljava/lang/String;
    • 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.
    • confidence

      public class_6683.class_6684 confidence()
      Returns the value of the confidence record component.
      Returns:
      the value of the confidence record component
    • description

      public String description()
      Returns the value of the description record component.
      Returns:
      the value of the description record component