Add Inventory Buttons
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
|
||||
package moe.nea.firmament.events
|
||||
|
||||
import net.minecraft.client.gui.DrawContext
|
||||
import net.minecraft.client.gui.screen.ingame.HandledScreen
|
||||
|
||||
data class HandledScreenForegroundEvent(
|
||||
val screen: HandledScreen<*>,
|
||||
val mouseX: Int, val mouseY: Int, val delta: Float
|
||||
val context: DrawContext,
|
||||
val mouseX: Int,
|
||||
val mouseY: Int,
|
||||
val delta: Float
|
||||
) : FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<HandledScreenForegroundEvent>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user