Package net.minecraft
Record Class class_11808.class_11813
java.lang.Object
java.lang.Record
net.minecraft.class_11808.class_11813
- Record Components:
methodInfo-
- All Implemented Interfaces:
class_11808<Void,Void>
- Enclosing interface:
class_11808<Params,Result>
public static record class_11808.class_11813(class_11817 methodInfo)
extends Record
implements class_11808<Void,Void>
- Mappings:
Namespace Name named net/minecraft/class_11808$class_11813intermediary net/minecraft/class_11808$class_11813official auc$enamed methodInfointermediary comp_4668official a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_11808
class_11808.class_11809<Params,Result>, class_11808.class_11810<Params>, class_11808.class_11811<T extends class_11808<?, ?>>, class_11808.class_11812<Result>, class_11808.class_11813 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_11817The field for themethodInforecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themethodInforecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_11808
method_73682, method_73687
-
Field Details
-
methodInfo
The field for themethodInforecord component.
-
-
Constructor Details
-
class_11813
-
-
Method Details
-
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). -
methodInfo
Returns the value of themethodInforecord component.- Specified by:
methodInfoin interfaceclass_11808<Void,Void> - Returns:
- the value of the
methodInforecord component
-