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 TypeMethodDescriptionvoid
PieChart.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.recorderResultConsumer
Methods in net.minecraft.server that return ProfileResultModifier and TypeMethodDescription(package private) ProfileResult
MinecraftServer.DebugStart.end
(long endTime, int endTick) MinecraftServer.stopDebug()
Method parameters in net.minecraft.server with type arguments of type ProfileResultModifier and TypeMethodDescriptionvoid
MinecraftServer.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 void
PerfCommand.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.resultConsumer
Methods 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 void
DebugRecorder.dump
(ProfileResult result) private void
RecordDumper.save
(ProfileResult result, Path directory) Method parameters in net.minecraft.util.profiler with type arguments of type ProfileResultModifier and TypeMethodDescriptionstatic DebugRecorder
DebugRecorder.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 ProfileResultModifierConstructorDescriptionprivate
DebugRecorder
(SamplerSource samplerSource, LongSupplier timeGetter, Executor dumpExecutor, RecordDumper dumper, Consumer<ProfileResult> resultConsumer, Consumer<Path> dumpConsumer)