diff options
| author | SeRaid <77941535+SeRaid743@users.noreply.github.com> | 2024-05-03 00:41:48 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-02 14:41:48 +0200 |
| commit | 510c025c11a186254176273a93dcf48535907212 (patch) | |
| tree | 8064f3b8b317b428a5dc0079bb1d16c8a37d6c30 /src/main/java/at/hannibal2/skyhanni/events | |
| parent | 382f226797a2fae468c950a6941b74fd5d525404 (diff) | |
| download | skyhanni-510c025c11a186254176273a93dcf48535907212.tar.gz skyhanni-510c025c11a186254176273a93dcf48535907212.tar.bz2 skyhanni-510c025c11a186254176273a93dcf48535907212.zip | |
Chocfactorykeybinds (#1644)
Co-authored-by: Cal <cwolfson58@gmail.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt index 1c420d743..4cfd1dfd9 100644 --- a/src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt +++ b/src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt @@ -1,5 +1,7 @@ package at.hannibal2.skyhanni.events import net.minecraft.client.gui.inventory.GuiContainer +import net.minecraftforge.fml.common.eventhandler.Cancelable +@Cancelable class GuiKeyPressEvent(val guiContainer: GuiContainer) : LorenzEvent() |
