Uses of Record Class
net.minecraft.class_12108
Packages that use class_12108
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12108 in net.minecraft
Methods in net.minecraft that return class_12108Modifier and TypeMethodDescriptionstatic class_12108class_12108.method_75097(RecordedEvent recordedEvent, String string) -
Uses of class_12108 in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr with type parameters of type class_12108Modifier and TypeFieldDescriptionprivate final List<class_12108> JfrProfileRecorder.field_63282private final List<class_12108> JfrProfile.fpsThe field for thefpsrecord component.Methods in net.minecraft.util.profiling.jfr that return types with arguments of type class_12108Modifier and TypeMethodDescriptionJfrProfile.fps()Returns the value of thefpsrecord component.Method parameters in net.minecraft.util.profiling.jfr with type arguments of type class_12108Modifier and TypeMethodDescriptionprivate JsonElementJfrJsonReport.method_75096(List<class_12108> list) Constructor parameters in net.minecraft.util.profiling.jfr with type arguments of type class_12108ModifierConstructorDescriptionJfrProfile(Instant recordingStarted, Instant recordingEnded, Duration recordingDuration, @Nullable Duration worldCreationDuration, List<class_12108> fps, List<ServerTickTimeSample> serverTickTimes, List<CpuLoadSample> cpuLoadStats, GcHeapSummarySample.Statistics heapSummary, ThreadAllocationStatisticsSample.AllocationMap threadAllocationSummary, NetworkIoStatistics<PacketSample> receivedPacketsSummary, NetworkIoStatistics<PacketSample> sentPacketsSummary, NetworkIoStatistics<ChunkRegionSample> writtenChunks, NetworkIoStatistics<ChunkRegionSample> readChunks, FileIoSample.Statistics fileWrites, FileIoSample.Statistics fileReads, List<ChunkGenerationSample> chunkGenStats, List<StructureGenerationSample> structureGenStats)