| com.mojang.blaze3d.platform.VideoMode | |
| com.mojang.blaze3d.platform.VideoMode | |
| net.minecraft.class_319 | |
| net.minecraft.client.util.VideoMode |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static final org.slf4j.Logger |
| ||||||||
| public static final com.mojang.serialization.Codec<VideoMode> |
| ||||||||
| private static final com.google.gson.Gson |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final float |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int width, int height, int redBits, int greenBits, int blueBits, int refreshRate) |
| private | (int width, int height, int redBits, int greenBits, int blueBits, float refreshRate) |
| public | (org.lwjgl.sdl.SDL_DisplayMode sdlDisplayMode) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static Optional<VideoMode> |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public float |
| ||||||||
| public String |
| ||||||||
| public String |
|