Uses of Interface
net.minecraft.util.profiler.ProfileResult
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of ProfileResult in net.minecraft.client
Modifier and TypeFieldDescriptionprivate @Nullable ProfileResult
MinecraftClient.tickProfilerResult
Modifier and TypeMethodDescriptionprivate void
MinecraftClient.drawProfilerResults
(MatrixStack matrices, ProfileResult profileResult) -
Uses of ProfileResult in net.minecraft.client.util.profiler
Modifier and TypeMethodDescriptionProfilerDumper.createDump
(Set<SamplingRecorder> set, Map<SamplingRecorder, List<Sample>> map, ProfileResult profileResult) private void
DebugRecorder.execute
(ProfileResult profileResult) private void
ProfilerDumper.save
(ProfileResult profileResult, Path directory) Modifier and TypeMethodDescriptionstatic DebugRecorder
DebugRecorder.method_37191
(class_6400 class_6400, LongSupplier longSupplier, Executor executor, ProfilerDumper profilerDumper, Consumer<ProfileResult> consumer, Consumer<Path> consumer2) ModifierConstructorDescriptionprivate
DebugRecorder
(class_6400 class_6400, LongSupplier longSupplier, Executor executor, ProfilerDumper profilerDumper, Consumer<ProfileResult> consumer, Consumer<Path> consumer2) -
Uses of ProfileResult in net.minecraft.resource
Modifier and TypeFieldDescription(package private) final ProfileResult
ProfiledResourceReload.Summary.applyProfile
(package private) final ProfileResult
ProfiledResourceReload.Summary.prepareProfile
ModifierConstructorDescription(package private)
Summary
(String string, ProfileResult profileResult, ProfileResult profileResult2, AtomicLong atomicLong, AtomicLong atomicLong2) -
Uses of ProfileResult in net.minecraft.server
Modifier and TypeMethodDescription(package private) ProfileResult
MinecraftServer.class_6414.method_37330
(long long2, int int2) MinecraftServer.stopDebug()
Modifier and TypeMethodDescriptionvoid
MinecraftServer.method_37320
(Consumer<ProfileResult> consumer, Consumer<Path> consumer2) -
Uses of ProfileResult in net.minecraft.server.dedicated.command
Modifier and TypeMethodDescriptionprivate static void
PerfCommand.sendProfilingStoppedMessage
(ServerCommandSource source, ProfileResult result) -
Uses of ProfileResult in net.minecraft.util.profiler