Class ExitSource.WindowExitSource
java.lang.Object
dev.ultreon.mods.exitconfirmation.ExitSource
dev.ultreon.mods.exitconfirmation.ExitSource.WindowExitSource
- All Implemented Interfaces:
dev.ultreon.mods.xinexlib.client.event.WindowEvent
- Enclosing class:
ExitSource
public static class ExitSource.WindowExitSource
extends ExitSource
implements dev.ultreon.mods.xinexlib.client.event.WindowEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.ultreon.mods.exitconfirmation.ExitSource
ExitSource.ButtonWidgetExitSource, ExitSource.ConfirmExitScreenExitSource, ExitSource.GenericExitSource, ExitSource.KeyboardExitSource, ExitSource.KeyboardInScreenExitSource, ExitSource.WindowExitSource -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWindowExitSource(com.mojang.blaze3d.platform.Window window) -
Method Summary
Methods inherited from class dev.ultreon.mods.exitconfirmation.ExitSource
buttonWidget, confirmScreen, generic, keyboard, keyboardInScreen, window
-
Constructor Details
-
WindowExitSource
protected WindowExitSource(com.mojang.blaze3d.platform.Window window)
-
-
Method Details
-
getWindow
public com.mojang.blaze3d.platform.Window getWindow()- Specified by:
getWindowin interfacedev.ultreon.mods.xinexlib.client.event.WindowEvent
-