Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.renderer |
Modifier and Type | Field and Description |
---|---|
private VideoMode |
Monitor.defaultVideoMode |
Modifier and Type | Field and Description |
---|---|
private java.util.Optional<VideoMode> |
MainWindow.videoMode |
private java.util.List<VideoMode> |
Monitor.videoModes |
Modifier and Type | Method and Description |
---|---|
VideoMode |
Monitor.getDefaultVideoMode() |
VideoMode |
Monitor.getVideoModeFromIndex(int index) |
VideoMode |
Monitor.getVideoModeOrDefault(java.util.Optional<VideoMode> optionalVideoMode) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<VideoMode> |
MainWindow.getVideoMode() |
Modifier and Type | Method and Description |
---|---|
int |
Monitor.getVideoModeIndex(VideoMode modeIn) |
Modifier and Type | Method and Description |
---|---|
VideoMode |
Monitor.getVideoModeOrDefault(java.util.Optional<VideoMode> optionalVideoMode) |
void |
MainWindow.setVideoMode(java.util.Optional<VideoMode> fullscreenModeIn) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<VideoMode> |
VideoMode.parseFromSettings(java.lang.String videoModeIn) |