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 VideoMode
Monitor. currentVideoMode
Fields in net.minecraft.client.util with type parameters of type VideoMode Modifier and Type Field Description private Optional<VideoMode>
Window. videoMode
private List<VideoMode>
Monitor. videoModes
Methods in net.minecraft.client.util that return VideoMode Modifier and Type Method Description VideoMode
Monitor. findClosestVideoMode(Optional<VideoMode> optional)
VideoMode
Monitor. getCurrentVideoMode()
VideoMode
Monitor. 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 int
Monitor. findClosestVideoModeIndex(VideoMode videoMode)
Method parameters in net.minecraft.client.util with type arguments of type VideoMode Modifier and Type Method Description VideoMode
Monitor. findClosestVideoMode(Optional<VideoMode> optional)
void
Window. setVideoMode(Optional<VideoMode> videoMode)