Package com.mojang.blaze3d.platform
Class VideoMode
java.lang.Object
com.mojang.blaze3d.platform.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_85322_, int p_85323_, int p_85324_, int p_85325_, int p_85326_, int p_85327_)  - 
VideoMode
public VideoMode(org.lwjgl.glfw.GLFWVidMode.Buffer p_85329_)  - 
VideoMode
public VideoMode(org.lwjgl.glfw.GLFWVidMode p_85331_)  
 - 
 - 
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
 
 -