Uses of Class
net.minecraftforge.fml.earlydisplay.PerformanceInfo
Packages that use PerformanceInfo
-
Uses of PerformanceInfo in net.minecraftforge.fml.earlydisplay
Fields in net.minecraftforge.fml.earlydisplay declared as PerformanceInfoModifier and TypeFieldDescriptionprivate final PerformanceInfo
RenderElement.DisplayContext.performance
The field for theperformance
record component.private PerformanceInfo
DisplayWindow.performanceInfo
Methods in net.minecraftforge.fml.earlydisplay that return PerformanceInfoModifier and TypeMethodDescriptionRenderElement.DisplayContext.performance()
Returns the value of theperformance
record component.Constructors in net.minecraftforge.fml.earlydisplay with parameters of type PerformanceInfoModifierConstructorDescriptionDisplayContext
(int width, int height, int scale, ElementShader elementShader, ColourScheme colourScheme, PerformanceInfo performance) Creates an instance of aDisplayContext
record class.