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
Fields in com.mojang.blaze3d.platform declared as WindowModifier and TypeFieldDescriptionprivate final WindowSDLEventHandler.windowprivate final WindowTextInputManager.windowMethods in com.mojang.blaze3d.platform with parameters of type WindowModifier and TypeMethodDescriptionMonitorManager.findBestMonitor(Window window) static voidstatic voidInputConstants.releaseMouse(Window window, double xpos, double ypos) Constructors in com.mojang.blaze3d.platform with parameters of type WindowModifierConstructorDescriptionSDLEventHandler(Minecraft minecraft, Window window) TextInputManager(Window 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) -
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 TypeMethodDescriptionstatic voidClientHooks.fireWindowResize(Window window) ClientHooks.onCustomizeBossEventProgress(GuiGraphicsExtractor 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 WindowModifier and TypeFieldDescriptionprivate final WindowCustomizeGuiOverlayEvent.windowprivate final WindowWindowResizeEvent.windowMethods in net.neoforged.neoforge.client.event that return WindowModifier and TypeMethodDescriptionCustomizeGuiOverlayEvent.getWindow()WindowResizeEvent.getWindow()Returns the window.Constructors in net.neoforged.neoforge.client.event with parameters of type WindowModifierConstructorDescriptionBossEventProgress(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphicsExtractor guiGraphics, DeltaTracker partialTick) WindowResizeEvent(Window window)