Class PacketSample.Statistics

java.lang.Object
net.minecraft.util.profiling.jfr.sample.PacketSample.Statistics
Enclosing class:
PacketSample

public static class PacketSample.Statistics extends Object
Mappings:
Namespace Name
official aqy$a
intermediary net/minecraft/class_6443$class_6444
named net/minecraft/util/profiling/jfr/sample/PacketSample$Statistics
  • Field Details

    • count

      private final long count
      Mappings:
      Namespace Name Mixin selector
      official a Laqy$a;a:J
      intermediary field_34143 Lnet/minecraft/class_6443$class_6444;field_34143:J
      named count Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;count:J
    • totalBytes

      private final long totalBytes
      Mappings:
      Namespace Name Mixin selector
      official b Laqy$a;b:J
      intermediary field_34144 Lnet/minecraft/class_6443$class_6444;field_34144:J
      named totalBytes Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;totalBytes:J
    • topContributors

      private final List<com.mojang.datafixers.util.Pair<String,Long>> topContributors
      Mappings:
      Namespace Name Mixin selector
      official c Laqy$a;c:Ljava/util/List;
      intermediary field_34145 Lnet/minecraft/class_6443$class_6444;field_34145:Ljava/util/List;
      named topContributors Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;topContributors:Ljava/util/List;
    • duration

      private final Duration duration
      Mappings:
      Namespace Name Mixin selector
      official d Laqy$a;d:Ljava/time/Duration;
      intermediary field_34146 Lnet/minecraft/class_6443$class_6444;field_34146:Ljava/time/Duration;
      named duration Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;duration:Ljava/time/Duration;
  • Constructor Details

    • Statistics

      public Statistics(Duration duration, List<PacketSample> samples)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laqy$a;<init>(Ljava/time/Duration;Ljava/util/List;)V
      intermediary <init> Lnet/minecraft/class_6443$class_6444;<init>(Ljava/time/Duration;Ljava/util/List;)V
      named <init> Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;<init>(Ljava/time/Duration;Ljava/util/List;)V
  • Method Details

    • getCount

      public long getCount()
      Mappings:
      Namespace Name Mixin selector
      official a Laqy$a;a()J
      intermediary method_37597 Lnet/minecraft/class_6443$class_6444;method_37597()J
      named getCount Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getCount()J
    • getCountPerSecond

      public double getCountPerSecond()
      Mappings:
      Namespace Name Mixin selector
      official b Laqy$a;b()D
      intermediary method_37600 Lnet/minecraft/class_6443$class_6444;method_37600()D
      named getCountPerSecond Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getCountPerSecond()D
    • getBytesPerSecond

      public double getBytesPerSecond()
      Mappings:
      Namespace Name Mixin selector
      official c Laqy$a;c()D
      intermediary method_37602 Lnet/minecraft/class_6443$class_6444;method_37602()D
      named getBytesPerSecond Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getBytesPerSecond()D
    • getTotalBytes

      public long getTotalBytes()
      Mappings:
      Namespace Name Mixin selector
      official d Laqy$a;d()J
      intermediary method_37604 Lnet/minecraft/class_6443$class_6444;method_37604()J
      named getTotalBytes Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getTotalBytes()J
    • getTopContributors

      public List<com.mojang.datafixers.util.Pair<String,Long>> getTopContributors()
      Mappings:
      Namespace Name Mixin selector
      official e Laqy$a;e()Ljava/util/List;
      intermediary method_37605 Lnet/minecraft/class_6443$class_6444;method_37605()Ljava/util/List;
      named getTopContributors Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getTopContributors()Ljava/util/List;
    • getDuration

      public Duration getDuration()
      Mappings:
      Namespace Name Mixin selector
      official f Laqy$a;f()Ljava/time/Duration;
      intermediary method_37606 Lnet/minecraft/class_6443$class_6444;method_37606()Ljava/time/Duration;
      named getDuration Lnet/minecraft/util/profiling/jfr/sample/PacketSample$Statistics;getDuration()Ljava/time/Duration;