Uses of Interface
net.minecraft.profiler.IProfileResult
-
Packages that use IProfileResult Package Description net.minecraft.client net.minecraft.profiler net.minecraft.resources net.minecraft.server -
-
Uses of IProfileResult in net.minecraft.client
Fields in net.minecraft.client declared as IProfileResult Modifier and Type Field Description private IProfileResult
Minecraft. fpsPieResults
Methods in net.minecraft.client with parameters of type IProfileResult Modifier and Type Method Description private void
Minecraft. renderFpsMeter(MatrixStack p_238183_1_, IProfileResult p_238183_2_)
-
Uses of IProfileResult in net.minecraft.profiler
Classes in net.minecraft.profiler that implement IProfileResult Modifier and Type Class Description class
EmptyProfileResult
class
FilledProfileResult
Methods in net.minecraft.profiler that return IProfileResult Modifier and Type Method Description IProfileResult
EmptyProfiler. getResults()
IProfileResult
IResultableProfiler. getResults()
IProfileResult
Profiler. getResults()
IProfileResult
TimeTracker. getResults()
-
Uses of IProfileResult in net.minecraft.resources
Fields in net.minecraft.resources declared as IProfileResult Modifier and Type Field Description private IProfileResult
DebugAsyncReloader.DataPoint. preparationResult
private IProfileResult
DebugAsyncReloader.DataPoint. reloadResult
Constructors in net.minecraft.resources with parameters of type IProfileResult Constructor Description DataPoint(java.lang.String p_i50542_1_, IProfileResult p_i50542_2_, IProfileResult p_i50542_3_, java.util.concurrent.atomic.AtomicLong p_i50542_4_, java.util.concurrent.atomic.AtomicLong p_i50542_5_)
-
Uses of IProfileResult in net.minecraft.server
Methods in net.minecraft.server that return IProfileResult Modifier and Type Method Description IProfileResult
MinecraftServer. finishProfiling()
-