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 int
GLX. _getRefreshRate(MainWindow p__getRefreshRate_0_)
static boolean
GLX. _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 MainWindow
Minecraft. window
Methods in net.minecraft.client that return MainWindow Modifier and Type Method Description MainWindow
Minecraft. 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 MainWindow
VirtualScreen. 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 Monitor
MonitorHandler. 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 void
ForgeHooksClient. bossBarRenderPost(MatrixStack mStack, MainWindow res)
static RenderGameOverlayEvent.BossInfo
ForgeHooksClient. 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 MainWindow
RenderGameOverlayEvent. window
Methods in net.minecraftforge.client.event that return MainWindow Modifier and Type Method Description MainWindow
RenderGameOverlayEvent. 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 MainWindow
EarlyLoaderGUI. window
Constructors in net.minecraftforge.fml.client with parameters of type MainWindow Constructor Description EarlyLoaderGUI(MainWindow window)
-