Class Monitor
java.lang.Object
com.mojang.blaze3d.platform.Monitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode(int mode) intlonggetPreferredVidMode(Optional<VideoMode> expectedMode) intgetVideoModeIndex(VideoMode videoMode) intgetX()intgetY()voidtoString()
-
Field Details
-
monitor
private final long monitor -
videoModes
-
currentMode
-
x
private int x -
y
private int y
-
-
Constructor Details
-
Monitor
public Monitor(long monitor)
-
-
Method Details
-
refreshVideoModes
public void refreshVideoModes() -
getPreferredVidMode
-
getVideoModeIndex
-
getCurrentMode
-
getX
public int getX() -
getY
public int getY() -
getMode
-
getModeCount
public int getModeCount() -
getMonitor
public long getMonitor() -
toString
-