Package net.minecraft.client
Class WindowSettings
java.lang.Object
net.minecraft.client.WindowSettings
@Environment(CLIENT) public class WindowSettings extends Object
-
Field Summary
Fields Modifier and Type Field Description booleanfullscreenOptionalIntfullscreenHeightOptionalIntfullscreenWidthintheightintwidth -
Constructor Summary
Constructors Constructor Description WindowSettings(int width, int height, OptionalInt fullscreenWidth, OptionalInt fullscreenHeight, boolean fullscreen) -
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height -
fullscreenWidth
-
fullscreenHeight
-
fullscreen
public final boolean fullscreen
-
-
Constructor Details
-
WindowSettings
public WindowSettings(int width, int height, OptionalInt fullscreenWidth, OptionalInt fullscreenHeight, boolean fullscreen)
-