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 pWindow) static booleanGLX._shouldClose(Window pWindow) static voidMacosUtil.clearResizableBit(Window pWindow) static voidMacosUtil.exitNativeFullscreen(Window pWindow) @Nullable MonitorScreenManager.findBestMonitor(Window pWindow) ClipboardManager.getClipboard(Window pWindow, org.lwjgl.glfw.GLFWErrorCallbackI pErrorCallback) private static Optional<ca.weblite.objc.NSObject> MacosUtil.getNsWindow(Window pWindow) static voidInputConstants.grabOrReleaseMouse(Window pWindow, int pInputMode, double pMouseX, double pMouseY) static booleanprivate static voidClipboardManager.pushClipboard(Window pWindow, ByteBuffer pBuffer, byte[] pBytes) voidClipboardManager.setClipboard(Window pWindow, String pClipboard) static voidInputConstants.setupKeyboardCallbacks(Window pWindow, org.lwjgl.glfw.GLFWKeyCallbackI pKeyCallback, org.lwjgl.glfw.GLFWCharModsCallbackI pCharModsCallback) static voidInputConstants.setupMouseCallbacks(Window pWindow, org.lwjgl.glfw.GLFWCursorPosCallbackI pCursorPosCallback, org.lwjgl.glfw.GLFWMouseButtonCallbackI pMouseButtonCallback, org.lwjgl.glfw.GLFWScrollCallbackI pScrollCallback, org.lwjgl.glfw.GLFWDropCallbackI pDropCallback) static voidInputConstants.updateRawMouseInput(Window pWindow, boolean pRawMouseInput) -
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 com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type WindowModifier and TypeMethodDescriptionstatic voidRenderSystem.flipFrame(Window pWindow, @Nullable TracyFrameCapture pFrameCapture) -
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 pCategory, Window pWindow) doubleMouseHandler.getScaledXPos(Window pWindow) static doubleMouseHandler.getScaledXPos(Window pWindow, double pXPos) doubleMouseHandler.getScaledYPos(Window pWindow) static doubleMouseHandler.getScaledYPos(Window pWindow, double pYPos) 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.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return WindowModifier and TypeMethodDescriptionVirtualScreen.newWindow(DisplayData pScreenSize, @Nullable String pVideoModeName, String pTitle) -
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)