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.readChunksprivate final IoSummary<ChunkIdentification> JfrStatsResult.readChunksThe field for thereadChunksrecord component.private final Map<ChunkIdentification, JfrStatsParser.MutableCountAndSize> JfrStatsParser.writtenChunksprivate final IoSummary<ChunkIdentification> JfrStatsResult.writtenChunksThe field for thewrittenChunksrecord component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type ChunkIdentificationModifier and TypeMethodDescriptionJfrStatsResult.readChunks()Returns the value of thereadChunksrecord component.JfrStatsResult.writtenChunks()Returns the value of thewrittenChunksrecord component.Method parameters in net.minecraft.util.profiling.jfr.parse with type arguments of type ChunkIdentificationModifier and TypeMethodDescriptionprivate voidJfrStatsParser.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 voidJfrResultJsonSerializer.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 ChunkIdentificationChunkIdentification.from(RecordedEvent p_326190_)