Package net.minecraft.client.renderer
Class VideoMode
java.lang.Object
net.minecraft.client.renderer.VideoMode
-
Field Details
-
width
private final int width -
height
private final int height -
redBits
private final int redBits -
greenBits
private final int greenBits -
blueBits
private final int blueBits -
refreshRate
private final int refreshRate -
PATTERN
-
-
Constructor Details
-
VideoMode
public VideoMode(int p_i47669_1_, int p_i47669_2_, int p_i47669_3_, int p_i47669_4_, int p_i47669_5_, int p_i47669_6_) -
VideoMode
public VideoMode(org.lwjgl.glfw.GLFWVidMode.Buffer p_i47670_1_) -
VideoMode
public VideoMode(org.lwjgl.glfw.GLFWVidMode p_i47671_1_)
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getRedBits
public int getRedBits() -
getGreenBits
public int getGreenBits() -
getBlueBits
public int getBlueBits() -
getRefreshRate
public int getRefreshRate() -
equals
-
hashCode
public int hashCode() -
toString
-
read
-
write
-