Uses of Class
net.minecraft.client.MainWindow
-
Packages that use MainWindow Package Description com.mojang.blaze3d.platform net.minecraft.client net.minecraft.client.renderer net.minecraftforge.client net.minecraftforge.client.event net.minecraftforge.fml.client -
-
Uses of MainWindow in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type MainWindow Modifier and Type Method Description static intGLX. _getRefreshRate(MainWindow p__getRefreshRate_0_)static booleanGLX. _shouldClose(MainWindow p__shouldClose_0_) -
Uses of MainWindow in net.minecraft.client
Fields in net.minecraft.client declared as MainWindow Modifier and Type Field Description private MainWindowMinecraft. windowMethods in net.minecraft.client that return MainWindow Modifier and Type Method Description MainWindowMinecraft. getWindow()Constructors in net.minecraft.client with parameters of type MainWindow Constructor Description FullscreenResolutionOption(MainWindow p_i51744_1_)FullscreenResolutionOption(MainWindow p_i51745_1_, Monitor p_i51745_2_) -
Uses of MainWindow in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return MainWindow Modifier and Type Method Description MainWindowVirtualScreen. newWindow(ScreenSize p_217626_1_, java.lang.String p_217626_2_, java.lang.String p_217626_3_)Methods in net.minecraft.client.renderer with parameters of type MainWindow Modifier and Type Method Description MonitorMonitorHandler. findBestMonitor(MainWindow p_216515_1_) -
Uses of MainWindow in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type MainWindow Modifier and Type Method Description static voidForgeHooksClient. bossBarRenderPost(MatrixStack mStack, MainWindow res)static RenderGameOverlayEvent.BossInfoForgeHooksClient. bossBarRenderPre(MatrixStack mStack, MainWindow res, ClientBossInfo bossInfo, int x, int y, int increment) -
Uses of MainWindow in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as MainWindow Modifier and Type Field Description private MainWindowRenderGameOverlayEvent. windowMethods in net.minecraftforge.client.event that return MainWindow Modifier and Type Method Description MainWindowRenderGameOverlayEvent. getWindow()Constructors in net.minecraftforge.client.event with parameters of type MainWindow Constructor Description RenderGameOverlayEvent(MatrixStack mStack, float partialTicks, MainWindow window) -
Uses of MainWindow in net.minecraftforge.fml.client
Fields in net.minecraftforge.fml.client declared as MainWindow Modifier and Type Field Description private MainWindowEarlyLoaderGUI. windowConstructors in net.minecraftforge.fml.client with parameters of type MainWindow Constructor Description EarlyLoaderGUI(MainWindow window)
-