Uses of Enum
net.minecraft.client.option.GraphicsMode
Packages that use GraphicsMode
-
Uses of GraphicsMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as GraphicsModeModifier and TypeFieldDescriptionGameOptions.graphicsMode
private static GraphicsMode[]
GraphicsMode.VALUES
Fields in net.minecraft.client.option with type parameters of type GraphicsModeMethods in net.minecraft.client.option that return GraphicsModeModifier and TypeMethodDescriptionstatic GraphicsMode
GraphicsMode.byId(int id)
static GraphicsMode
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.