Uses of Class
com.mojang.blaze3d.platform.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 p_69342_)static booleanGLX._shouldClose(Window p_69356_)ScreenManager.findBestMonitor(Window p_85277_) -
Uses of Window in net.minecraft.client
Fields in net.minecraft.client declared as WindowMethods in net.minecraft.client that return WindowConstructors in net.minecraft.client with parameters of type WindowModifierConstructorDescriptionFullscreenResolutionProgressOption(Window p_90714_)privateFullscreenResolutionProgressOption(Window p_90716_, Monitor p_90717_) -
Uses of Window in net.minecraft.client.renderer
Methods 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.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type WindowModifier and TypeMethodDescriptionstatic voidForgeHooksClient.bossBarRenderPost(PoseStack mStack, Window res)ForgeHooksClient.bossBarRenderPre(PoseStack mStack, Window res, LerpingBossEvent bossInfo, int x, int y, int increment) -
Uses of Window in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as WindowMethods in net.minecraftforge.client.event that return WindowConstructors in net.minecraftforge.client.event with parameters of type WindowModifierConstructorDescriptionRenderGameOverlayEvent(PoseStack mStack, float partialTicks, Window window) -
Uses of Window in net.minecraftforge.fmlclient
Fields in net.minecraftforge.fmlclient declared as Window