Class ExitSource
java.lang.Object
dev.ultreon.mods.exitconfirmation.ExitSource
- Direct Known Subclasses:
ExitSource.ButtonWidgetExitSource,ExitSource.ConfirmExitScreenExitSource,ExitSource.GenericExitSource,ExitSource.KeyboardExitSource,ExitSource.WindowExitSource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonWidget(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.components.Button button) confirmScreen(ConfirmExitScreen screen) static ExitSource.GenericExitSourcegeneric()static ExitSourcekeyboard(int keyCode) keyboardInScreen(net.minecraft.client.gui.screens.Screen screen, int keyCode) static ExitSource.WindowExitSourcewindow(com.mojang.blaze3d.platform.Window window)
-
Constructor Details
-
ExitSource
public ExitSource()
-
-
Method Details
-
window
-
buttonWidget
public static ExitSource.ButtonWidgetExitSource buttonWidget(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.components.Button button) -
keyboard
-
keyboardInScreen
public static ExitSource.KeyboardInScreenExitSource keyboardInScreen(net.minecraft.client.gui.screens.Screen screen, int keyCode) -
confirmScreen
-
generic
-