Uses of Class
net.minecraft.client.renderer.VideoMode
-
Packages that use VideoMode Package Description net.minecraft.client net.minecraft.client.renderer -
-
Uses of VideoMode in net.minecraft.client
Fields in net.minecraft.client declared as VideoMode Modifier and Type Field Description private VideoMode
Monitor. currentMode
Fields in net.minecraft.client with type parameters of type VideoMode Modifier and Type Field Description private java.util.Optional<VideoMode>
MainWindow. preferredFullscreenVideoMode
private java.util.List<VideoMode>
Monitor. videoModes
Methods in net.minecraft.client that return VideoMode Modifier and Type Method Description VideoMode
Monitor. getCurrentMode()
VideoMode
Monitor. getMode(int p_197991_1_)
VideoMode
Monitor. getPreferredVidMode(java.util.Optional<VideoMode> p_197992_1_)
Methods in net.minecraft.client that return types with arguments of type VideoMode Modifier and Type Method Description java.util.Optional<VideoMode>
MainWindow. getPreferredFullscreenVideoMode()
Methods in net.minecraft.client with parameters of type VideoMode Modifier and Type Method Description int
Monitor. getVideoModeIndex(VideoMode p_224794_1_)
Method parameters in net.minecraft.client with type arguments of type VideoMode Modifier and Type Method Description VideoMode
Monitor. getPreferredVidMode(java.util.Optional<VideoMode> p_197992_1_)
void
MainWindow. setPreferredFullscreenVideoMode(java.util.Optional<VideoMode> p_224797_1_)
-
Uses of VideoMode in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return types with arguments of type VideoMode Modifier and Type Method Description static java.util.Optional<VideoMode>
VideoMode. read(java.lang.String p_198061_0_)
-