Uses of Class
net.minecraft.client.util.Window
Packages that use Window
Package
Description
-
Uses of Window in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type WindowModifier and TypeMethodDescriptionstatic intGLX._getRefreshRate(Window window) static booleanGLX._shouldClose(Window window) -
Uses of Window in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type WindowModifier and TypeMethodDescriptionstatic voidRenderSystem.flipFrame(Window window, @Nullable TracyFrameCapturer tracyFrameCapturer) -
Uses of Window in net.minecraft.client
Fields in net.minecraft.client declared as WindowMethods in net.minecraft.client that return WindowMethods in net.minecraft.client with parameters of type WindowModifier and TypeMethodDescriptionvoidMouse.addCrashReportSection(CrashReportSection section, Window window) doubleMouse.getScaledX(Window window) doubleMouse.getScaledY(Window window) static doublestatic doublevoidvoid -
Uses of Window in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type Window -
Uses of Window in net.minecraft.client.gui.cursor
Methods in net.minecraft.client.gui.cursor with parameters of type Window -
Uses of Window in net.minecraft.client.gui.hud.bar
Methods in net.minecraft.client.gui.hud.bar with parameters of type WindowModifier and TypeMethodDescriptiondefault intBar.getCenterX(Window window) default intBar.getCenterY(Window window) -
Uses of Window in net.minecraft.client.util
Methods in net.minecraft.client.util that return WindowModifier and TypeMethodDescriptionWindowProvider.createWindow(WindowSettings settings, @Nullable String videoMode, String title) Methods in net.minecraft.client.util with parameters of type WindowModifier and TypeMethodDescriptionstatic voidMacWindowUtil.fixStyleMask(Window window) Clipboard.getClipboard(Window window, GLFWErrorCallbackI gLFWErrorCallbackI) MacWindowUtil.getCocoaWindow(Window window) MonitorTracker.getMonitor(Window window) static booleanInputUtil.isKeyPressed(Window window, int int2) voidClipboard.setClipboard(Window window, String string) private static voidClipboard.setClipboard(Window window, ByteBuffer byteBuffer, byte[] byte2) static voidInputUtil.setCursorParameters(Window window, int int2, double double2, double double3) static voidInputUtil.setKeyboardCallbacks(Window window, GLFWKeyCallbackI gLFWKeyCallbackI, GLFWCharModsCallbackI gLFWCharModsCallbackI) static voidInputUtil.setMouseCallbacks(Window window, GLFWCursorPosCallbackI gLFWCursorPosCallbackI, GLFWMouseButtonCallbackI gLFWMouseButtonCallbackI, GLFWScrollCallbackI gLFWScrollCallbackI, GLFWDropCallbackI gLFWDropCallbackI) static voidInputUtil.setRawMouseMotionMode(Window window, boolean bool) static voidMacWindowUtil.toggleFullscreen(Window window)