Record Class NetworkIoStatistics.PacketStatistics

java.lang.Object
java.lang.Record
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.PacketStatistics
Record Components:
totalCount -
totalSize -
Enclosing class:
NetworkIoStatistics

public static record NetworkIoStatistics.PacketStatistics(long totalCount, long totalSize) extends Record
Mappings:
Namespace Name
official azz$a
intermediary net/minecraft/class_6767$class_6768
named net/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics
official a
intermediary comp_257
named totalCount
official b
intermediary comp_258
named totalSize
  • Field Details

    • totalCount

      private final long totalCount
      The field for the totalCount record component.
    • totalSize

      private final long totalSize
      The field for the totalSize record component.
    • COMPARATOR

      Mappings:
      Namespace Name Mixin selector
      official c Lazz$a;c:Ljava/util/Comparator;
      intermediary field_35586 Lnet/minecraft/class_6767$class_6768;field_35586:Ljava/util/Comparator;
      named COMPARATOR Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;COMPARATOR:Ljava/util/Comparator;
  • Constructor Details

    • PacketStatistics

      public PacketStatistics(long long2, long long3)
  • Method Details

    • add

      Mappings:
      Namespace Name Mixin selector
      official a Lazz$a;a(Lazz$a;)Lazz$a;
      intermediary method_39444 Lnet/minecraft/class_6767$class_6768;method_39444(Lnet/minecraft/class_6767$class_6768;)Lnet/minecraft/class_6767$class_6768;
      named add Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;add(Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;)Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;
    • 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 '=='.
      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.
    • totalCount

      public long totalCount()
      Returns the value of the totalCount record component.
      Returns:
      the value of the totalCount record component
    • totalSize

      public long totalSize()
      Returns the value of the totalSize record component.
      Returns:
      the value of the totalSize record component