Uses of Class
net.minecraft.util.profiling.ResultField
Packages that use ResultField
Package
Description
-
Uses of ResultField in net.minecraft.client.gui
Method parameters in net.minecraft.client.gui with type arguments of type ResultFieldModifier and TypeMethodDescriptionvoidGuiGraphics.submitProfilerChartRenderState(List<ResultField> chartData, int x0, int y0, int x1, int y1) -
Uses of ResultField in net.minecraft.client.gui.render.state.pip
Fields in net.minecraft.client.gui.render.state.pip with type parameters of type ResultFieldModifier and TypeFieldDescriptionprivate final List<ResultField> GuiProfilerChartRenderState.chartDataThe field for thechartDatarecord component.Methods in net.minecraft.client.gui.render.state.pip that return types with arguments of type ResultFieldModifier and TypeMethodDescriptionGuiProfilerChartRenderState.chartData()Returns the value of thechartDatarecord component.Constructor parameters in net.minecraft.client.gui.render.state.pip with type arguments of type ResultFieldModifierConstructorDescriptionGuiProfilerChartRenderState(List<ResultField> chartData, int x0, int y0, int x1, int y1, @Nullable ScreenRectangle scissorArea) GuiProfilerChartRenderState(List<ResultField> chartData, int x0, int y0, int x1, int y1, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aGuiProfilerChartRenderStaterecord class. -
Uses of ResultField in net.minecraft.util.profiling
Classes in net.minecraft.util.profiling that implement interfaces with type arguments of type ResultFieldMethods in net.minecraft.util.profiling that return types with arguments of type ResultFieldModifier and TypeMethodDescriptionMethods in net.minecraft.util.profiling with parameters of type ResultField