Uses of Class
net.minecraft.client.WindowSettings
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.util |
-
Uses of WindowSettings in net.minecraft.client
Fields in net.minecraft.client declared as WindowSettings Modifier and Type Field Description WindowSettingsRunArgs. windowSettingsConstructors in net.minecraft.client with parameters of type WindowSettings Constructor Description RunArgs(RunArgs.Network network, WindowSettings windowSettings, RunArgs.Directories dirs, RunArgs.Game game, RunArgs.AutoConnect autoConnect) -
Uses of WindowSettings in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type WindowSettings Modifier and Type Method Description WindowWindowProvider. createWindow(WindowSettings settings, @Nullable String videoMode, String title)Constructors in net.minecraft.client.util with parameters of type WindowSettings Constructor Description Window(WindowEventHandler eventHandler, MonitorTracker monitorTracker, WindowSettings settings, @Nullable String videoMode, String title)