Uses of Record Class
net.minecraft.util.profiling.jfr.stats.StructureGenStat
Packages that use StructureGenStat
Package
Description
-
Uses of StructureGenStat in net.minecraft.util.profiling.jfr.parse
Fields in net.minecraft.util.profiling.jfr.parse with type parameters of type StructureGenStatModifier and TypeFieldDescriptionprivate final List
<StructureGenStat> JfrStatsParser.structureGenStats
private final List
<StructureGenStat> JfrStatsResult.structureGenStats
The field for thestructureGenStats
record component.Methods in net.minecraft.util.profiling.jfr.parse that return types with arguments of type StructureGenStatModifier and TypeMethodDescriptionJfrStatsResult.structureGenStats()
Returns the value of thestructureGenStats
record component. -
Uses of StructureGenStat in net.minecraft.util.profiling.jfr.serialize
Method parameters in net.minecraft.util.profiling.jfr.serialize with type arguments of type StructureGenStatModifier and TypeMethodDescriptionprivate com.google.gson.JsonElement
JfrResultJsonSerializer.structureGen
(List<StructureGenStat> p_383149_) -
Uses of StructureGenStat in net.minecraft.util.profiling.jfr.stats
Methods in net.minecraft.util.profiling.jfr.stats that return StructureGenStatModifier and TypeMethodDescriptionstatic StructureGenStat
StructureGenStat.from
(RecordedEvent p_383225_)