Uses of Record Class
net.minecraft.client.WindowSettings
Packages that use WindowSettings
-
Uses of WindowSettings in net.minecraft.client
Fields in net.minecraft.client declared as WindowSettingsMethods in net.minecraft.client that return WindowSettingsModifier and TypeMethodDescriptionWindowSettings.withDimensions
(int width, int height) WindowSettings.withFullscreen
(boolean fullscreen) Constructors in net.minecraft.client with parameters of type WindowSettingsModifierConstructorDescriptionRunArgs
(RunArgs.Network network, WindowSettings windowSettings, RunArgs.Directories dirs, RunArgs.Game game, RunArgs.QuickPlay quickPlay) -
Uses of WindowSettings in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type WindowSettingsModifier and TypeMethodDescriptionWindowProvider.createWindow
(WindowSettings settings, @Nullable String videoMode, String title) Constructors in net.minecraft.client.util with parameters of type WindowSettingsModifierConstructorDescriptionWindow
(WindowEventHandler eventHandler, MonitorTracker monitorTracker, WindowSettings settings, @Nullable String fullscreenVideoMode, String title)