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.receivedPacketsprivate final IoSummary<PacketIdentification> JfrStatsResult.receivedPacketsSummaryThe field for thereceivedPacketsSummaryrecord component.private final Map<PacketIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.sentPacketsprivate final IoSummary<PacketIdentification> JfrStatsResult.sentPacketsSummaryThe field for thesentPacketsSummaryrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type PacketIdentificationModifier and TypeMethodDescriptionJfrStatsResult.receivedPacketsSummary()Returns the value of thereceivedPacketsSummaryrecord component.JfrStatsResult.sentPacketsSummary()Returns the value of thesentPacketsSummaryrecord component.Method parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type PacketIdentificationModifier and TypeMethodDescriptionprivate voidJfrStatsParser.incrementPacket(RecordedEvent p_185459_, int p_185460_, Map<PacketIdentification, JfrStatsParser.MutableCountAndSize> p_185461_) 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 aJfrStatsResultrecord 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 voidJfrResultJsonSerializer.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 PacketIdentificationPacketIdentification.from(RecordedEvent p_326266_)