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.platformMethods in com.mojang.blaze3d.platform with parameters of type WindowModifier and TypeMethodDescriptionstatic intGLX._getRefreshRate(Window p_69342_) static booleanGLX._shouldClose(Window p_69356_) ScreenManager.findBestMonitor(Window p_85277_) 
- 
Uses of Window in net.minecraft.clientFields in net.minecraft.client declared as WindowMethods in net.minecraft.client that return Window
- 
Uses of Window in net.minecraft.client.rendererMethods in net.minecraft.client.renderer that return WindowModifier and TypeMethodDescriptionVirtualScreen.newWindow(DisplayData p_110873_, String p_110874_, String p_110875_) 
- 
Uses of Window in net.neoforged.neoforge.clientMethods 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.eventFields in net.neoforged.neoforge.client.event declared as WindowModifier and TypeFieldDescriptionprivate final WindowCustomizeGuiOverlayEvent.windowprivate final WindowRenderGuiEvent.windowprivate final WindowRenderGuiOverlayEvent.windowMethods in net.neoforged.neoforge.client.event that return WindowModifier and TypeMethodDescriptionCustomizeGuiOverlayEvent.getWindow()RenderGuiEvent.getWindow()RenderGuiOverlayEvent.getWindow()Constructors in net.neoforged.neoforge.client.event with parameters of type WindowModifierConstructorDescriptionBossEventProgress(Window window, GuiGraphics guiGraphics, float partialTick, LerpingBossEvent bossEvent, int x, int y, int increment) Chat(Window window, GuiGraphics guiGraphics, float partialTick, int posX, int posY) protectedCustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, float partialTick) DebugText(Window window, GuiGraphics guiGraphics, float partialTick, List<String> left, List<String> right) Post(Window window, GuiGraphics guiGraphics, float partialTick) Post(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay) Pre(Window window, GuiGraphics guiGraphics, float partialTick) Pre(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay) protectedRenderGuiEvent(Window window, GuiGraphics guiGraphics, float partialTick) protectedRenderGuiOverlayEvent(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay)