Package net.minecraft
Record Class class_6683
java.lang.Object
java.lang.Record
net.minecraft.class_6683
- Record Components:
confidence-description-
- Mappings:
Namespace Name official ahuintermediary net/minecraft/class_6683named net/minecraft/class_6683official aintermediary comp_171named confidenceofficial bintermediary comp_172named description
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_6683.class_6684The field for theconfidencerecord component.private final StringThe field for thedescriptionrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconfidencerecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanmethod_39030(class_6683 class_6683) static class_6683final StringtoString()Returns a string representation of this record class.
-
Field Details
-
confidence
The field for theconfidencerecord component. -
description
The field for thedescriptionrecord component.
-
-
Constructor Details
-
class_6683
-
-
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 aLahu;a(Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/Class;)Lahu;intermediary method_39031Lnet/minecraft/class_6683;method_39031(Ljava/lang/String;Ljava/util/function/Supplier;Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/class_6683;named method_39031Lnet/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 aLahu;a()Zintermediary method_39029Lnet/minecraft/class_6683;method_39029()Znamed method_39029Lnet/minecraft/class_6683;method_39029()Z
-
method_39030
- Mappings:
Namespace Name Mixin selector official aLahu;a(Lahu;)Lahu;intermediary method_39030Lnet/minecraft/class_6683;method_39030(Lnet/minecraft/class_6683;)Lnet/minecraft/class_6683;named method_39030Lnet/minecraft/class_6683;method_39030(Lnet/minecraft/class_6683;)Lnet/minecraft/class_6683;
-
method_39032
- Mappings:
Namespace Name Mixin selector official bLahu;b()Ljava/lang/String;intermediary method_39032Lnet/minecraft/class_6683;method_39032()Ljava/lang/String;named method_39032Lnet/minecraft/class_6683;method_39032()Ljava/lang/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. -
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. -
equals
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 withObjects::equals(Object,Object). -
confidence
Returns the value of theconfidencerecord component.- Returns:
- the value of the
confidencerecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-