Uses of Record Class
net.minecraft.util.profiling.jfr.stats.ChunkIdentification
Packages that use ChunkIdentification
Package
Description
-
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse with type parameters of type ChunkIdentificationModifier and TypeFieldDescriptionprivate final Map
<ChunkIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.readChunks
private final IoSummary
<ChunkIdentification> JfrStatsResult.readChunks
The field for thereadChunks
record component.private final Map
<ChunkIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.writtenChunks
private final IoSummary
<ChunkIdentification> JfrStatsResult.writtenChunks
The field for thewrittenChunks
record component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type ChunkIdentificationModifier and TypeMethodDescriptionJfrStatsResult.readChunks()
Returns the value of thereadChunks
record component.JfrStatsResult.writtenChunks()
Returns the value of thewrittenChunks
record component.Method parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type ChunkIdentificationModifier and TypeMethodDescriptionprivate void
JfrStatsParser.incrementChunk
(RecordedEvent p_326116_, int p_326437_, Map<ChunkIdentification, JfrStatsParser.MutableCountAndSize> p_326416_) -
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.serialize
Methods in net.minecraft.util.profiling.jfr.serialize with parameters of type ChunkIdentificationModifier and TypeMethodDescriptionprivate static void
JfrResultJsonSerializer.serializeChunkId
(ChunkIdentification p_325926_, com.google.gson.JsonObject p_325916_) -
Uses of ChunkIdentification in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return ChunkIdentificationModifier and TypeMethodDescriptionstatic ChunkIdentification
ChunkIdentification.from
(RecordedEvent p_326190_)