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 IProfileResultMinecraft. fpsPieResultsMethods in net.minecraft.client with parameters of type IProfileResult Modifier and Type Method Description private voidMinecraft. 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 classEmptyProfileResultclassFilledProfileResultMethods in net.minecraft.profiler that return IProfileResult Modifier and Type Method Description IProfileResultEmptyProfiler. getResults()IProfileResultIResultableProfiler. getResults()IProfileResultProfiler. getResults()IProfileResultTimeTracker. getResults() -
Uses of IProfileResult in net.minecraft.resources
Fields in net.minecraft.resources declared as IProfileResult Modifier and Type Field Description private IProfileResultDebugAsyncReloader.DataPoint. preparationResultprivate IProfileResultDebugAsyncReloader.DataPoint. reloadResultConstructors 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 IProfileResultMinecraftServer. finishProfiling()
-