Uses of Interface
net.minecraft.util.profiler.ProfileResult
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.util.profiler | |
net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
net.minecraft.server | |
net.minecraft.util.profiler |
-
Uses of ProfileResult in net.minecraft.client
Fields in net.minecraft.client declared as ProfileResult Modifier and Type Field Description private @Nullable ProfileResult
MinecraftClient. tickProfilerResult
Methods in net.minecraft.client with parameters of type ProfileResult Modifier and Type Method Description private 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 ProfileResult Modifier and Type Field Description ProfileResult
Sample. result
Constructors in net.minecraft.client.util.profiler with parameters of type ProfileResult Constructor Description Sample(Date samplingTimer, int ticks, ProfileResult result)
-
Uses of ProfileResult in net.minecraft.resource
Fields in net.minecraft.resource declared as ProfileResult Modifier and Type Field Description private ProfileResult
ProfiledResourceReload.Summary. applyProfile
private ProfileResult
ProfiledResourceReload.Summary. prepareProfile
Constructors in net.minecraft.resource with parameters of type ProfileResult Constructor Description 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 Modifier and Type Method Description ProfileResult
MinecraftServer. stopDebug()
-
Uses of ProfileResult in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement ProfileResult Modifier and Type Class Description class
EmptyProfileResult
class
ProfileResultImpl
Methods in net.minecraft.util.profiler that return ProfileResult Modifier and Type Method Description ProfileResult
DummyProfiler. getResult()
ProfileResult
ProfilerSystem. getResult()
ProfileResult
ReadableProfiler. getResult()
ProfileResult
TickTimeTracker. getResult()