Uses of Enum Class
net.minecraft.client.option.GraphicsMode
-
Uses of GraphicsMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate static final IntFunction<GraphicsMode>
GraphicsMode.BY_ID
private final SimpleOption<GraphicsMode>
GameOptions.graphicsMode
Modifier and TypeMethodDescriptionstatic GraphicsMode
GraphicsMode.byId
(int id) static GraphicsMode
Returns the enum constant of this class with the specified name.static GraphicsMode[]
GraphicsMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.