Uses of Record Class
net.minecraft.util.profiling.jfr.stats.PacketIdentification
Packages that use PacketIdentification
Package
Description
-
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse with type parameters of type PacketIdentificationModifier and TypeFieldDescriptionprivate final Map
<PacketIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.receivedPackets
private final IoSummary
<PacketIdentification> JfrStatsResult.receivedPacketsSummary
The field for thereceivedPacketsSummary
record component.private final Map
<PacketIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.sentPackets
private final IoSummary
<PacketIdentification> JfrStatsResult.sentPacketsSummary
The field for thesentPacketsSummary
record component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type PacketIdentificationModifier and TypeMethodDescriptionJfrStatsResult.receivedPacketsSummary()
Returns the value of thereceivedPacketsSummary
record component.JfrStatsResult.sentPacketsSummary()
Returns the value of thesentPacketsSummary
record component.Method parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type PacketIdentificationModifier and TypeMethodDescriptionprivate void
JfrStatsParser.incrementPacket
(RecordedEvent pEvent, int pIncrement, Map<PacketIdentification, JfrStatsParser.MutableCountAndSize> pPackets) Constructor parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type PacketIdentificationModifierConstructorDescriptionJfrStatsResult
(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, Duration worldCreationDuration, List<TickTimeStat> tickTimes, List<CpuLoadStat> cpuLoadStats, GcHeapStat.Summary heapSummary, ThreadAllocationStat.Summary threadAllocationSummary, IoSummary<PacketIdentification> receivedPacketsSummary, IoSummary<PacketIdentification> sentPacketsSummary, IoSummary<ChunkIdentification> writtenChunks, IoSummary<ChunkIdentification> readChunks, FileIOStat.Summary fileWrites, FileIOStat.Summary fileReads, List<ChunkGenStat> chunkGenStats) Creates an instance of aJfrStatsResult
record class. -
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.serialize
Methods in net.minecraft.util.profiling.jfr.serialize with parameters of type PacketIdentificationModifier and TypeMethodDescriptionprivate static void
JfrResultJsonSerializer.serializePacketId
(PacketIdentification p_326086_, com.google.gson.JsonObject p_326120_) -
Uses of PacketIdentification in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return PacketIdentificationModifier and TypeMethodDescriptionstatic PacketIdentification
PacketIdentification.from
(RecordedEvent pEvent)