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$a
intermediary net/minecraft/class_7594$class_7601
named net/minecraft/client/network/message/MessageHandler$class_7601
official a
intermediary comp_916
named headerSignature
official b
intermediary comp_917
named processMessage
  • Field Details

  • Constructor Details

  • Method Details

    • method_44825

      MessageSignature method_44825()
      Mappings:
      Namespace Name Mixin selector
      official d Leuq$a;d()Lrr;
      intermediary method_44825 Lnet/minecraft/class_7594$class_7601;method_44825()Lnet/minecraft/class_7469;
      named method_44825 Lnet/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 a Leuq$a;a()Z
      intermediary method_44824 Lnet/minecraft/class_7594$class_7601;method_44824()Z
      named method_44824 Lnet/minecraft/client/network/message/MessageHandler$class_7601;method_44824()Z
    • 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.
    • headerSignature

      public MessageSignature headerSignature()
      Returns the value of the headerSignature record component.
      Returns:
      the value of the headerSignature record component
    • processMessage

      public BooleanSupplier processMessage()
      Returns the value of the processMessage record component.
      Returns:
      the value of the processMessage record component