Uses of Class
net.minecraft.client.settings.GraphicsFanciness
-
Packages that use GraphicsFanciness Package Description net.minecraft.client net.minecraft.client.settings -
-
Uses of GraphicsFanciness in net.minecraft.client
Fields in net.minecraft.client declared as GraphicsFanciness Modifier and Type Field Description GraphicsFancinessGameSettings. graphicsMode -
Uses of GraphicsFanciness in net.minecraft.client.settings
Fields in net.minecraft.client.settings declared as GraphicsFanciness Modifier and Type Field Description private static GraphicsFanciness[]GraphicsFanciness. BY_IDMethods in net.minecraft.client.settings that return GraphicsFanciness Modifier and Type Method Description static GraphicsFancinessGraphicsFanciness. byId(int p_238163_0_)GraphicsFancinessGraphicsFanciness. cycleNext()static GraphicsFancinessGraphicsFanciness. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GraphicsFanciness[]GraphicsFanciness. values()Returns an array containing the constants of this enum type, in the order they are declared.
-