Uses of Interface
net.minecraft.util.profiler.ProfileResult
Packages that use ProfileResult
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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 ProfileResultConstructors in net.minecraft.client.util.profiler with parameters of type ProfileResult -
Uses of ProfileResult in net.minecraft.resource
Fields in net.minecraft.resource declared as ProfileResultModifier and TypeFieldDescriptionprivate ProfileResult
ProfiledResourceReload.Summary.applyProfile
private ProfileResult
ProfiledResourceReload.Summary.prepareProfile
Constructors in net.minecraft.resource with parameters of type ProfileResultModifierConstructorDescriptionprivate
Summary(String name, ProfileResult prepareProfile, ProfileResult applyProfile, AtomicLong prepareTimeMs, AtomicLong applyTimeMs)
-
Uses of ProfileResult in net.minecraft.server
Methods in net.minecraft.server that return ProfileResult -
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