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 GraphicsModeGameOptions. graphicsModeprivate static GraphicsMode[]GraphicsMode. VALUESFields in net.minecraft.client.option with type parameters of type GraphicsMode Modifier and Type Field Description static CyclingOption<GraphicsMode>Option. GRAPHICSMethods in net.minecraft.client.option that return GraphicsMode Modifier and Type Method Description static GraphicsModeGraphicsMode. byId(int id)static GraphicsModeGraphicsMode. 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.