Uses of Interface
net.minecraft.util.profiler.ProfileResult
Packages that use ProfileResult
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of ProfileResult in net.minecraft.clientFields in net.minecraft.client declared as ProfileResultModifier and TypeFieldDescriptionprivate @Nullable ProfileResultMinecraftClient.tickProfilerResultMethods in net.minecraft.client with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate voidMinecraftClient.drawProfilerResults(DrawContext context, ProfileResult profileResult) 
- 
Uses of ProfileResult in net.minecraft.resourceFields in net.minecraft.resource declared as ProfileResultModifier and TypeFieldDescription(package private) final ProfileResultProfiledResourceReload.Summary.applyProfile(package private) final ProfileResultProfiledResourceReload.Summary.prepareProfileConstructors in net.minecraft.resource with parameters of type ProfileResultModifierConstructorDescription(package private)Summary(String name, ProfileResult prepareProfile, ProfileResult applyProfile, AtomicLong prepareTimeMs, AtomicLong applyTimeMs) 
- 
Uses of ProfileResult in net.minecraft.serverFields in net.minecraft.server with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate Consumer<ProfileResult>MinecraftServer.recorderResultConsumerMethods in net.minecraft.server that return ProfileResultModifier and TypeMethodDescription(package private) ProfileResultMinecraftServer.DebugStart.end(long endTime, int endTick) MinecraftServer.stopDebug()Method parameters in net.minecraft.server with type arguments of type ProfileResultModifier and TypeMethodDescriptionvoidMinecraftServer.setupRecorder(Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) 
- 
Uses of ProfileResult in net.minecraft.server.dedicated.commandMethods in net.minecraft.server.dedicated.command with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate static voidPerfCommand.sendProfilingStoppedMessage(ServerCommandSource source, ProfileResult result) 
- 
Uses of ProfileResult in net.minecraft.util.profilerClasses in net.minecraft.util.profiler that implement ProfileResultFields in net.minecraft.util.profiler declared as ProfileResultFields in net.minecraft.util.profiler with type parameters of type ProfileResultModifier and TypeFieldDescriptionprivate final Consumer<ProfileResult>DebugRecorder.resultConsumerMethods in net.minecraft.util.profiler that return ProfileResultModifier and TypeMethodDescriptionDummyProfiler.getResult()ProfilerSystem.getResult()ReadableProfiler.getResult()TickTimeTracker.getResult()Methods in net.minecraft.util.profiler with parameters of type ProfileResultModifier and TypeMethodDescriptionRecordDumper.createDump(Set<Sampler> samplers, Map<Sampler, List<Deviation>> deviations, ProfileResult result) private voidDebugRecorder.dump(ProfileResult result) private voidRecordDumper.save(ProfileResult result, Path directory) Method parameters in net.minecraft.util.profiler with type arguments of type ProfileResultModifier and TypeMethodDescriptionstatic DebugRecorderDebugRecorder.of(SamplerSource source, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer) Constructors in net.minecraft.util.profiler with parameters of type ProfileResultConstructor parameters in net.minecraft.util.profiler with type arguments of type ProfileResultModifierConstructorDescriptionprivateDebugRecorder(SamplerSource samplerSource, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer)