Uses of Record Class
net.minecraft.util.profiling.jfr.sample.Packet
Packages that use Packet
-
Uses of Packet in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type PacketModifier and TypeFieldDescriptionprivate final NetworkIoStatistics<Packet>JfrProfile.packetReadStatisticsThe field for thepacketReadStatisticsrecord component.private final NetworkIoStatistics<Packet>JfrProfile.packetSentStatisticsThe field for thepacketSentStatisticsrecord component.private final Map<Packet,JfrProfileRecorder.PacketCounter> JfrProfileRecorder.receivedPacketsToCounterprivate final Map<Packet,JfrProfileRecorder.PacketCounter> JfrProfileRecorder.sentPacketsToCounterMethods in net.minecraft.util.profiling.jfr that return types with arguments of type PacketModifier and TypeMethodDescriptionJfrProfile.packetReadStatistics()Returns the value of thepacketReadStatisticsrecord component.JfrProfile.packetSentStatistics()Returns the value of thepacketSentStatisticsrecord component.Methods in net.minecraft.util.profiling.jfr with parameters of type PacketModifier and TypeMethodDescriptionprivate static voidJfrJsonReport.method_56984(Packet packet, JsonObject jsonObject) Method parameters in net.minecraft.util.profiling.jfr with type arguments of type PacketModifier and TypeMethodDescriptionprivate voidJfrProfileRecorder.addPacket(RecordedEvent event, int bytes, Map<Packet, JfrProfileRecorder.PacketCounter> packetsToCounter) Constructor parameters in net.minecraft.util.profiling.jfr with type arguments of type PacketModifierConstructorDescriptionJfrProfile(Instant instant, Instant instant2, Duration duration, @Nullable Duration duration2, List<ServerTickTimeSample> list, List<CpuLoadSample> list2, GcHeapSummarySample.Statistics statistics, ThreadAllocationStatisticsSample.AllocationMap allocationMap, NetworkIoStatistics<Packet> networkIoStatistics, NetworkIoStatistics<Packet> networkIoStatistics2, NetworkIoStatistics<class_9234> networkIoStatistics3, NetworkIoStatistics<class_9234> networkIoStatistics4, FileIoSample.Statistics statistics2, FileIoSample.Statistics statistics3, List<ChunkGenerationSample> list3) -
Uses of Packet in net.minecraft.util.profiling.jfr.sample
Methods in net.minecraft.util.profiling.jfr.sample that return Packet