Uses of Interface
net.minecraft.util.profiler.ProfileResult
Packages that use ProfileResult
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access and provision.
-
Uses of ProfileResult in net.minecraft
Methods in net.minecraft with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate static void
class_6413.method_37334(ServerCommandSource serverCommandSource, ProfileResult profileResult)
-
Uses of ProfileResult in net.minecraft.client
Fields in net.minecraft.client declared as ProfileResultModifier and TypeFieldDescriptionprivate @Nullable ProfileResult
MinecraftClient.tickProfilerResult
Methods in net.minecraft.client with parameters of type ProfileResultModifier and TypeMethodDescriptionprivate void
MinecraftClient.drawProfilerResults(MatrixStack matrices, ProfileResult profileResult)
-
Uses of ProfileResult in net.minecraft.client.util.profiler
Fields in net.minecraft.client.util.profiler declared as ProfileResultFields in net.minecraft.client.util.profiler with type parameters of type ProfileResultMethods in net.minecraft.client.util.profiler with parameters of type ProfileResultModifier 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)
Method parameters in net.minecraft.client.util.profiler with type arguments of type ProfileResultModifier and TypeMethodDescriptionstatic DebugRecorder
DebugRecorder.method_37191(class_6400 class_6400, LongSupplier longSupplier, Executor executor, ProfilerDumper profilerDumper, Consumer<ProfileResult> consumer, Consumer<Path> consumer2)
Constructors in net.minecraft.client.util.profiler with parameters of type ProfileResultConstructor parameters in net.minecraft.client.util.profiler with type arguments of type ProfileResultModifierConstructorDescriptionprivate
DebugRecorder(class_6400 class_6400, LongSupplier longSupplier, Executor executor, ProfilerDumper profilerDumper, Consumer<ProfileResult> consumer, Consumer<Path> consumer2)
-
Uses of ProfileResult in net.minecraft.resource
Fields in net.minecraft.resource declared as ProfileResultModifier and TypeFieldDescription(package private) ProfileResult
ProfiledResourceReload.Summary.applyProfile
(package private) ProfileResult
ProfiledResourceReload.Summary.prepareProfile
Constructors in net.minecraft.resource with parameters of type ProfileResultModifierConstructorDescription(package private)
Summary(String string, ProfileResult profileResult, ProfileResult profileResult2, AtomicLong atomicLong, AtomicLong atomicLong2)
-
Uses of ProfileResult in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ProfileResultMethods in net.minecraft.server that return ProfileResultModifier and TypeMethodDescription(package private) ProfileResult
MinecraftServer.a.method_37330(long long2, int int2)
MinecraftServer.stopDebug()
Method parameters in net.minecraft.server with type arguments of type ProfileResultModifier and TypeMethodDescriptionvoid
MinecraftServer.method_37320(Consumer<ProfileResult> consumer, Consumer<Path> consumer2)
-
Uses of ProfileResult in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ProfileResultMethods in net.minecraft.util.profiler that return ProfileResult