com.mojang.blaze3d.platform

public final class VideoMode

ffu
com.mojang.blaze3d.platform.VideoMode
net.minecraft.class_319
net.minecraft.client.util.VideoMode

Field summary

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

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 vidMode)

Method summary

Modifier and TypeMethod
public int
a()
getWidth()
method_1668()
getWidth()
public int
b()
getHeight()
method_1669()
getHeight()
public int
c()
getRedBits()
method_1666()
getRedBits()
public int
d()
getGreenBits()
method_1667()
getGreenBits()
public int
e()
getBlueBits()
method_1672()
getBlueBits()
public int
f()
getRefreshRate()
method_1671()
getRefreshRate()
public static Optional<VideoMode>
a(String arg0)
read(String arg0)
method_1665(String arg0)
fromString(String string)
public String
g()
write()
method_1670()
asString()