com.mojang.blaze3d.platform

public final class VideoMode

cuc
net.minecraft.class_319
com.mojang.blaze3d.platform.VideoMode
net.minecraft.client.renderer.VideoMode
net.minecraft.client.renderer.VideoMode

Field summary

Modifier and TypeField
private final int
a
field_1980
width
field_198069_a
field_198069_a
private final int
b
field_1979
height
field_198070_b
field_198070_b
private final int
c
field_1978
redBits
field_198071_c
field_198071_c
private final int
d
field_1977
greenBits
field_198072_d
field_198072_d
private final int
e
field_1976
blueBits
field_198073_e
field_198073_e
private final int
f
field_1975
refreshRate
field_198074_f
field_198074_f
private static final Pattern
g
field_1981
PATTERN
field_198075_g
field_198075_g

Constructor summary

ModifierConstructor
public (int width, int height, int redBits, int greenBits, int blueBits, int refreshRate)
public (org.lwjgl.glfw.GLFWVidMode$Buffer buffer)
public (org.lwjgl.glfw.GLFWVidMode mode)

Method summary

Modifier and TypeMethod
public int
a()
method_1668()
getWidth()
func_198064_a()
getWidth()
public int
b()
method_1669()
getHeight()
func_198065_b()
getHeight()
public int
c()
method_1666()
getRedBits()
func_198062_c()
getRedBits()
public int
d()
method_1667()
getGreenBits()
func_198063_d()
getGreenBits()
public int
e()
method_1672()
getBlueBits()
func_198068_e()
getBlueBits()
public int
f()
method_1671()
getRefreshRate()
func_198067_f()
getRefreshRate()
public static Optional<VideoMode>
a(String arg0)
method_1665(String arg0)
read(String s)
func_198061_a(String arg0)
parseFromSettings(String videoModeIn)
public String
g()
method_1670()
write()
func_198066_g()
getSettingsString()