Uses of Enum Class
net.minecraftforge.fml.earlydisplay.ColourScheme
Packages that use ColourScheme
-
Uses of ColourScheme in net.minecraftforge.fml.earlydisplay
Fields in net.minecraftforge.fml.earlydisplay declared as ColourSchemeModifier and TypeFieldDescriptionprivate ColourSchemeDisplayWindow.colourSchemeprivate final ColourSchemeRenderElement.DisplayContext.colourSchemeThe field for thecolourSchemerecord component.Methods in net.minecraftforge.fml.earlydisplay that return ColourSchemeModifier and TypeMethodDescriptionRenderElement.DisplayContext.colourScheme()Returns the value of thecolourSchemerecord component.static ColourSchemeReturns the enum constant of this class with the specified name.static ColourScheme[]ColourScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraftforge.fml.earlydisplay with parameters of type ColourSchemeModifierConstructorDescriptionDisplayContext(int width, int height, int scale, ElementShader elementShader, ColourScheme colourScheme, PerformanceInfo performance) Creates an instance of aDisplayContextrecord class.