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 PerformanceInfoRenderElement.DisplayContext.performanceThe field for theperformancerecord component.private PerformanceInfoDisplayWindow.performanceInfoMethods in net.minecraftforge.fml.earlydisplay that return PerformanceInfoModifier and TypeMethodDescriptionRenderElement.DisplayContext.performance()Returns the value of theperformancerecord 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 aDisplayContextrecord class.