Package info.u_team.u_team_core.event
Class ScreenEvents
java.lang.Object
info.u_team.u_team_core.event.ScreenEvents
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<ScreenEvents.ScreenAfterKeyPressed>Will be fired for key presses in screens after the gui key binds are handled -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AFTER_KEY_PRESSED
public static final net.fabricmc.fabric.api.event.Event<ScreenEvents.ScreenAfterKeyPressed> AFTER_KEY_PRESSEDWill be fired for key presses in screens after the gui key binds are handled
-
-
Constructor Details
-
ScreenEvents
public ScreenEvents()
-