Uses of Enum Class
net.minecraftforge.fml.earlydisplay.ColourScheme
-
Uses of ColourScheme in net.minecraftforge.fml.earlydisplay
Modifier and TypeFieldDescriptionprivate ColourScheme
DisplayWindow.colourScheme
private final ColourScheme
RenderElement.DisplayContext.colourScheme
The field for thecolourScheme
record component.Modifier and TypeMethodDescriptionRenderElement.DisplayContext.colourScheme()
Returns the value of thecolourScheme
record component.static ColourScheme
Returns 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.ModifierConstructorDescriptionDisplayContext
(int width, int height, int scale, ElementShader elementShader, ColourScheme colourScheme, PerformanceInfo performance) Creates an instance of aDisplayContext
record class.