Uses of Interface
net.minecraft.profiler.IProfileResult
Packages that use IProfileResult
Package
Description
-
Uses of IProfileResult in net.minecraft.client
Fields in net.minecraft.client declared as IProfileResultMethods in net.minecraft.client with parameters of type IProfileResultModifier and TypeMethodDescriptionprivate 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 IProfileResultMethods in net.minecraft.profiler that return IProfileResultModifier and TypeMethodDescriptionEmptyProfiler.getResults()
IResultableProfiler.getResults()
Profiler.getResults()
TimeTracker.getResults()
-
Uses of IProfileResult in net.minecraft.resources
Fields in net.minecraft.resources declared as IProfileResultModifier and TypeFieldDescriptionprivate final IProfileResult
DebugAsyncReloader.DataPoint.preparationResult
private final IProfileResult
DebugAsyncReloader.DataPoint.reloadResult
Constructors in net.minecraft.resources with parameters of type IProfileResultModifierConstructorDescriptionprivate
DataPoint
(String p_i50542_1_, IProfileResult p_i50542_2_, IProfileResult p_i50542_3_, AtomicLong p_i50542_4_, AtomicLong p_i50542_5_) -
Uses of IProfileResult in net.minecraft.server
Methods in net.minecraft.server that return IProfileResult