Uses of Class
com.shinyhut.vernacular.client.rendering.ColorDepth
-
Packages that use ColorDepth Package Description com.shinyhut.vernacular.client com.shinyhut.vernacular.client.rendering -
-
Uses of ColorDepth in com.shinyhut.vernacular.client
Methods in com.shinyhut.vernacular.client that return ColorDepth Modifier and Type Method Description ColorDepthVernacularConfig. getColorDepth()Methods in com.shinyhut.vernacular.client with parameters of type ColorDepth Modifier and Type Method Description voidVernacularConfig. setColorDepth(ColorDepth colorDepth)Specifies the color depth to request from the remote server. -
Uses of ColorDepth in com.shinyhut.vernacular.client.rendering
Methods in com.shinyhut.vernacular.client.rendering that return ColorDepth Modifier and Type Method Description static ColorDepthColorDepth. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorDepth[]ColorDepth. values()Returns an array containing the constants of this enum type, in the order they are declared.
-