aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/GuiKeyPressEvent.kt
blob: 4cfd1dfd913c8a90e34035f12b9fa521796b6b10 (plain)
1
2
3
4
5
6
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()