Package com.mojang.blaze3d.platform
Class VideoMode
java.lang.Object
com.mojang.blaze3d.platform.VideoMode
- 
Field Details- 
widthprivate final int width
- 
heightprivate final int height
- 
redBitsprivate final int redBits
- 
greenBitsprivate final int greenBits
- 
blueBitsprivate final int blueBits
- 
refreshRateprivate final int refreshRate
- 
PATTERN
 
- 
- 
Constructor Details- 
VideoModepublic VideoMode(int p_85322_, int p_85323_, int p_85324_, int p_85325_, int p_85326_, int p_85327_) 
- 
VideoModepublic VideoMode(org.lwjgl.glfw.GLFWVidMode.Buffer p_85329_) 
- 
VideoModepublic VideoMode(org.lwjgl.glfw.GLFWVidMode p_85331_) 
 
- 
- 
Method Details- 
getWidthpublic int getWidth()
- 
getHeightpublic int getHeight()
- 
getRedBitspublic int getRedBits()
- 
getGreenBitspublic int getGreenBits()
- 
getBlueBitspublic int getBlueBits()
- 
getRefreshRatepublic int getRefreshRate()
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
read
- 
write
 
-