Record Class NetworkIoStatistics.Packet

java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.Packet
Record Components:
side -
protocolId -
packetId -
Enclosing class:
NetworkIoStatistics

public static record NetworkIoStatistics.Packet(NetworkSide side, int protocolId, int packetId) extends Record
Mappings:
Namespace Name
official azz$b
intermediary net/minecraft/class_6767$class_6769
named net/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$Packet
official a
intermediary comp_259
named side
official b
intermediary comp_260
named protocolId
official c
intermediary comp_261
named packetId
  • Field Details

    • side

      private final NetworkSide side
      The field for the side record component.
    • protocolId

      private final int protocolId
      The field for the protocolId record component.
    • packetId

      private final int packetId
      The field for the packetId record component.
    • PACKET_TO_NAME

      private static final Map<NetworkIoStatistics.Packet,String> PACKET_TO_NAME
      Mappings:
      Namespace Name Mixin selector
      official d Lazz$b;d:Ljava/util/Map;
      intermediary field_35587 Lnet/minecraft/class_6767$class_6769;field_35587:Ljava/util/Map;
      named PACKET_TO_NAME Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$Packet;PACKET_TO_NAME:Ljava/util/Map;
  • Constructor Details

    • Packet

      public Packet(NetworkSide networkSide, int int2, int int3)
  • Method Details

    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lazz$b;a()Ljava/lang/String;
      intermediary method_39445 Lnet/minecraft/class_6767$class_6769;method_39445()Ljava/lang/String;
      named getName Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$Packet;getName()Ljava/lang/String;
    • fromEvent

      public static NetworkIoStatistics.Packet fromEvent(RecordedEvent event)
      Mappings:
      Namespace Name Mixin selector
      official a Lazz$b;a(Ljdk/jfr/consumer/RecordedEvent;)Lazz$b;
      intermediary method_39447 Lnet/minecraft/class_6767$class_6769;method_39447(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/class_6767$class_6769;
      named fromEvent Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$Packet;fromEvent(Ljdk/jfr/consumer/RecordedEvent;)Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$Packet;
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • side

      public NetworkSide side()
      Returns the value of the side record component.
      Returns:
      the value of the side record component
    • protocolId

      public int protocolId()
      Returns the value of the protocolId record component.
      Returns:
      the value of the protocolId record component
    • packetId

      public int packetId()
      Returns the value of the packetId record component.
      Returns:
      the value of the packetId record component