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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VideoMode> VideoMode.CODECWindow.preferredFullscreenVideoModeMonitor.videoModesThe field for thevideoModesrecord component.Methods in com.mojang.blaze3d.platform that return VideoModeModifier and TypeMethodDescriptionMonitor.currentMode()Returns the value of thecurrentModerecord component.Window.getActiveVideoMode()Monitor.getPreferredVideoMode(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.getPreferredVideoMode(Optional<VideoMode> expectedMode) voidWindow.setPreferredFullscreenVideoMode(Optional<VideoMode> preferredFullscreenVideoMode) Constructors in com.mojang.blaze3d.platform with parameters of type VideoModeModifierConstructorDescriptionMonitor(String name, int id, List<VideoMode> videoModes, VideoMode currentMode, int x, int y, int w, int h) Creates an instance of aMonitorrecord class.Constructor parameters in com.mojang.blaze3d.platform with type arguments of type VideoMode