Record Class MessageHandler.class_7601
java.lang.Object
java.lang.Record
net.minecraft.client.network.message.MessageHandler.class_7601
- Record Components:
headerSignature-processMessage-
- Enclosing class:
MessageHandler
@Environment(CLIENT)
private static record MessageHandler.class_7601(MessageSignature headerSignature, BooleanSupplier processMessage)
extends Record
- Mappings:
Namespace Name official euq$aintermediary net/minecraft/class_7594$class_7601named net/minecraft/client/network/message/MessageHandler$class_7601official aintermediary comp_916named headerSignatureofficial bintermediary comp_917named processMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MessageSignatureThe field for theheaderSignaturerecord component.private final BooleanSupplierThe field for theprocessMessagerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7601(MessageSignature messageSignature, BooleanSupplier booleanSupplier) -
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 theheaderSignaturerecord component.boolean(package private) MessageSignatureReturns the value of theprocessMessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
headerSignature
The field for theheaderSignaturerecord component. -
processMessage
The field for theprocessMessagerecord component.
-
-
Constructor Details
-
class_7601
class_7601(MessageSignature messageSignature, BooleanSupplier booleanSupplier)
-
-
Method Details
-
method_44825
MessageSignature method_44825()- Mappings:
Namespace Name Mixin selector official dLeuq$a;d()Lrr;intermediary method_44825Lnet/minecraft/class_7594$class_7601;method_44825()Lnet/minecraft/class_7469;named method_44825Lnet/minecraft/client/network/message/MessageHandler$class_7601;method_44825()Lnet/minecraft/network/message/MessageSignature;
-
method_44824
public boolean method_44824()- Mappings:
Namespace Name Mixin selector official aLeuq$a;a()Zintermediary method_44824Lnet/minecraft/class_7594$class_7601;method_44824()Znamed method_44824Lnet/minecraft/client/network/message/MessageHandler$class_7601;method_44824()Z
-
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). -
headerSignature
Returns the value of theheaderSignaturerecord component.- Returns:
- the value of the
headerSignaturerecord component
-
processMessage
Returns the value of theprocessMessagerecord component.- Returns:
- the value of the
processMessagerecord component
-