Uses of Class
net.minecraft.client.util.VideoMode
| Package | Description |
|---|---|
| net.minecraft.client.util |
-
Uses of VideoMode in net.minecraft.client.util
Fields in net.minecraft.client.util declared as VideoMode Modifier and Type Field Description private VideoModeMonitor. currentVideoModeFields in net.minecraft.client.util with type parameters of type VideoMode Modifier and Type Field Description private Optional<VideoMode>Window. videoModeprivate List<VideoMode>Monitor. videoModesMethods in net.minecraft.client.util that return VideoMode Modifier and Type Method Description VideoModeMonitor. findClosestVideoMode(Optional<VideoMode> optional)VideoModeMonitor. getCurrentVideoMode()VideoModeMonitor. getVideoMode(int int2)Methods in net.minecraft.client.util that return types with arguments of type VideoMode Modifier and Type Method Description static Optional<VideoMode>VideoMode. fromString(@Nullable String string)Optional<VideoMode>Window. getVideoMode()Methods in net.minecraft.client.util with parameters of type VideoMode Modifier and Type Method Description intMonitor. findClosestVideoModeIndex(VideoMode videoMode)Method parameters in net.minecraft.client.util with type arguments of type VideoMode Modifier and Type Method Description VideoModeMonitor. findClosestVideoMode(Optional<VideoMode> optional)voidWindow. setVideoMode(Optional<VideoMode> videoMode)