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 VideoModeMonitor. currentModeFields in net.minecraft.client with type parameters of type VideoMode Modifier and Type Field Description private java.util.Optional<VideoMode>MainWindow. preferredFullscreenVideoModeprivate java.util.List<VideoMode>Monitor. videoModesMethods in net.minecraft.client that return VideoMode Modifier and Type Method Description VideoModeMonitor. getCurrentMode()VideoModeMonitor. getMode(int p_197991_1_)VideoModeMonitor. 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 intMonitor. getVideoModeIndex(VideoMode p_224794_1_)Method parameters in net.minecraft.client with type arguments of type VideoMode Modifier and Type Method Description VideoModeMonitor. getPreferredVidMode(java.util.Optional<VideoMode> p_197992_1_)voidMainWindow. 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_)
-