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<T>

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

    • totalCount Link icon

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

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

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

    • PacketStatistics Link icon

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

    • add Link icon

      Mappings:
      Namespace Name Mixin selector
      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;
      intermediary method_39444 Lnet/minecraft/class_6767$class_6768;method_39444(Lnet/minecraft/class_6767$class_6768;)Lnet/minecraft/class_6767$class_6768;
      official a Lboe$a;a(Lboe$a;)Lboe$a;
    • getAverageSize Link icon

      public float getAverageSize()
      Mappings:
      Namespace Name Mixin selector
      named getAverageSize Lnet/minecraft/util/profiling/jfr/sample/NetworkIoStatistics$PacketStatistics;getAverageSize()F
      intermediary method_56986 Lnet/minecraft/class_6767$class_6768;method_56986()F
      official a Lboe$a;a()F
    • toString Link icon

      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 Link icon

      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 Link icon

      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 Link icon

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

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