Uses of Class
com.mojang.blaze3d.platform.Window
Packages that use Window
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
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) static voidMacosUtil.clearResizableBit(Window window) static voidMacosUtil.exitNativeFullscreen(Window window) @Nullable MonitorScreenManager.findBestMonitor(Window window) ClipboardManager.getClipboard(Window window, org.lwjgl.glfw.GLFWErrorCallbackI errorCallback) private static Optional<ca.weblite.objc.NSObject> MacosUtil.getNsWindow(Window window) static voidInputConstants.grabOrReleaseMouse(Window window, int cursorMode, double xpos, double ypos) static booleanprivate static voidClipboardManager.pushClipboard(Window window, ByteBuffer buffer, byte[] data) voidClipboardManager.setClipboard(Window window, String clipboard) static voidInputConstants.setupKeyboardCallbacks(Window window, org.lwjgl.glfw.GLFWKeyCallbackI keyPressCallback, org.lwjgl.glfw.GLFWCharModsCallbackI charTypedCallback) static voidInputConstants.setupMouseCallbacks(Window window, org.lwjgl.glfw.GLFWCursorPosCallbackI onMoveCallback, org.lwjgl.glfw.GLFWMouseButtonCallbackI onPressCallback, org.lwjgl.glfw.GLFWScrollCallbackI onScrollCallback, org.lwjgl.glfw.GLFWDropCallbackI onDropCallback) static voidInputConstants.updateRawMouseInput(Window window, boolean value) -
Uses of Window in com.mojang.blaze3d.platform.cursor
Methods in com.mojang.blaze3d.platform.cursor with parameters of type Window -
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 TypeMethodDescriptionvoidMouseHandler.fillMousePositionDetails(CrashReportCategory category, Window window) doubleMouseHandler.getScaledXPos(Window window) static doubleMouseHandler.getScaledXPos(Window window, double x) doubleMouseHandler.getScaledYPos(Window window) static doubleMouseHandler.getScaledYPos(Window window, double y) voidvoid -
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.contextualbar
Methods in net.minecraft.client.gui.contextualbar with parameters of type Window -
Uses of Window in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type WindowModifier and TypeMethodDescriptionClientHooks.onCustomizeBossEventProgress(GuiGraphics guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) -
Uses of Window in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as WindowMethods in net.neoforged.neoforge.client.event that return WindowConstructors in net.neoforged.neoforge.client.event with parameters of type WindowModifierConstructorDescriptionBossEventProgress(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, DeltaTracker partialTick)