Uses of Class
com.mojang.blaze3d.platform.VideoMode
Packages that use VideoMode
-
Uses of VideoMode in com.mojang.blaze3d.platform
Fields in com.mojang.blaze3d.platform declared as VideoModeModifier and TypeFieldDescriptionprivate final VideoModeMonitor.currentModeThe field for thecurrentModerecord component.Fields in com.mojang.blaze3d.platform with type parameters of type VideoModeModifier and TypeFieldDescriptionWindow.preferredFullscreenVideoModeMonitor.videoModesThe field for thevideoModesrecord component.Methods in com.mojang.blaze3d.platform that return VideoModeModifier and TypeMethodDescriptionMonitor.currentMode()Returns the value of thecurrentModerecord component.Monitor.getPreferredVidMode(Optional<VideoMode> expectedMode) Monitor.mode(int mode) Methods in com.mojang.blaze3d.platform that return types with arguments of type VideoModeModifier and TypeMethodDescriptionWindow.getPreferredFullscreenVideoMode()Monitor.videoModes()Returns the value of thevideoModesrecord component.Methods in com.mojang.blaze3d.platform with parameters of type VideoModeMethod parameters in com.mojang.blaze3d.platform with type arguments of type VideoModeModifier and TypeMethodDescriptionMonitor.getPreferredVidMode(Optional<VideoMode> expectedMode) voidWindow.setPreferredFullscreenVideoMode(Optional<VideoMode> preferredFullscreenVideoMode) Constructors in com.mojang.blaze3d.platform with parameters of type VideoModeModifierConstructorDescriptionMonitor(String monitorName, long monitor, List<VideoMode> videoModes, VideoMode currentMode, int x, int y) Creates an instance of aMonitorrecord class.Constructor parameters in com.mojang.blaze3d.platform with type arguments of type VideoMode