Uses of Class
net.minecraft.util.profiler.ProfilerTiming
Packages that use ProfilerTiming
Package
Description
-
Uses of ProfilerTiming in net.minecraft.client.gui
Method parameters in net.minecraft.client.gui with type arguments of type ProfilerTimingModifier and TypeMethodDescriptionvoid
DrawContext.addProfilerChart
(List<ProfilerTiming> chartData, int x1, int y1, int x2, int y2) -
Uses of ProfilerTiming in net.minecraft.client.gui.render.state.special
Fields in net.minecraft.client.gui.render.state.special with type parameters of type ProfilerTimingModifier and TypeFieldDescriptionprivate final List
<ProfilerTiming> ProfilerChartGuiElementRenderState.chartData
The field for thechartData
record component.Methods in net.minecraft.client.gui.render.state.special that return types with arguments of type ProfilerTimingModifier and TypeMethodDescriptionProfilerChartGuiElementRenderState.chartData()
Returns the value of thechartData
record component.Constructor parameters in net.minecraft.client.gui.render.state.special with type arguments of type ProfilerTimingModifierConstructorDescriptionProfilerChartGuiElementRenderState
(List<ProfilerTiming> chartData, int x1, int y1, int x2, int y2, @Nullable ScreenRect scissorArea) ProfilerChartGuiElementRenderState
(List<ProfilerTiming> list, int int2, int int3, int int4, int int5, @Nullable ScreenRect screenRect, @Nullable ScreenRect screenRect2) -
Uses of ProfilerTiming in net.minecraft.util.profiler
Methods in net.minecraft.util.profiler that return types with arguments of type ProfilerTimingModifier and TypeMethodDescriptionEmptyProfileResult.getTimings
(String parentPath) ProfileResult.getTimings
(String parentPath) ProfileResultImpl.getTimings
(String parentPath) Methods in net.minecraft.util.profiler with parameters of type ProfilerTiming