Uses of Class
net.minecraft.client.option.GraphicsMode
Package | Description |
---|---|
net.minecraft.client.option |
-
Uses of GraphicsMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as GraphicsMode Modifier and Type Field Description GraphicsMode
GameOptions. graphicsMode
private static GraphicsMode[]
GraphicsMode. VALUES
Fields in net.minecraft.client.option with type parameters of type GraphicsMode Modifier and Type Field Description static CyclingOption<GraphicsMode>
Option. GRAPHICS
Methods in net.minecraft.client.option that return GraphicsMode Modifier and Type Method Description static GraphicsMode
GraphicsMode. byId(int id)
static GraphicsMode
GraphicsMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphicsMode[]
GraphicsMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.