Uses of Interface
net.minecraft.util.profiler.ProfileResult
Packages that use ProfileResult
Package
Description
-
Uses of ProfileResult in net.minecraft.client.gui.hud.debug
Fields in net.minecraft.client.gui.hud.debug declared as ProfileResultMethods in net.minecraft.client.gui.hud.debug with parameters of type ProfileResultModifier and TypeMethodDescriptionvoidPieChart.setProfileResult(@Nullable ProfileResult profileResult) -
Uses of ProfileResult in net.minecraft.server
Fields 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.command
Methods 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.profiler
Classes 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)