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 ColourScheme
DisplayWindow.colourScheme
private final ColourScheme
RenderElement.DisplayContext.colourScheme
The field for thecolourScheme
record component.Methods in net.minecraftforge.fml.earlydisplay that return ColourSchemeModifier 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.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 aDisplayContext
record class.