Uses of Record Class
net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.PacketStatistics
Packages that use NetworkIoStatistics.PacketStatistics
-
Uses of NetworkIoStatistics.PacketStatistics in net.minecraft.util.profiling.jfr
Methods in net.minecraft.util.profiling.jfr that return NetworkIoStatistics.PacketStatistics -
Uses of NetworkIoStatistics.PacketStatistics in net.minecraft.util.profiling.jfr.sample
Fields in net.minecraft.util.profiling.jfr.sample declared as NetworkIoStatistics.PacketStatisticsModifier and TypeFieldDescriptionprivate final NetworkIoStatistics.PacketStatistics
NetworkIoStatistics.combinedStatistics
Fields in net.minecraft.util.profiling.jfr.sample with type parameters of type NetworkIoStatistics.PacketStatisticsModifier and TypeFieldDescription(package private) static final Comparator
<NetworkIoStatistics.PacketStatistics> NetworkIoStatistics.PacketStatistics.COMPARATOR
private final List
<com.mojang.datafixers.util.Pair<T, NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.topContributors
Methods in net.minecraft.util.profiling.jfr.sample that return NetworkIoStatistics.PacketStatisticsModifier and TypeMethodDescription(package private) NetworkIoStatistics.PacketStatistics
NetworkIoStatistics.PacketStatistics.add
(NetworkIoStatistics.PacketStatistics statistics) Methods in net.minecraft.util.profiling.jfr.sample that return types with arguments of type NetworkIoStatistics.PacketStatisticsModifier and TypeMethodDescriptionList
<com.mojang.datafixers.util.Pair<T, NetworkIoStatistics.PacketStatistics>> NetworkIoStatistics.getTopContributors()
Methods in net.minecraft.util.profiling.jfr.sample with parameters of type NetworkIoStatistics.PacketStatisticsModifier and TypeMethodDescription(package private) NetworkIoStatistics.PacketStatistics
NetworkIoStatistics.PacketStatistics.add
(NetworkIoStatistics.PacketStatistics statistics) Constructor parameters in net.minecraft.util.profiling.jfr.sample with type arguments of type NetworkIoStatistics.PacketStatisticsModifierConstructorDescriptionNetworkIoStatistics
(Duration duration, List<com.mojang.datafixers.util.Pair<T, NetworkIoStatistics.PacketStatistics>> packetsToStatistics)