Package net.fabricmc.fabric.api.client.screen.v1
package net.fabricmc.fabric.api.client.screen.v1
Fabric Screen API v1.
The screen api provides events and utilities in this package are related to the lifecycle of a Screen
.
For general screen events see ScreenEvents
.
For screen events related to the use of a mouse, see ScreenMouseEvents
.
For screen events related to the use of a keyboard, see ScreenKeyboardEvents
.
- See Also:
-
ClassDescriptionHolds events related to
Screen
s.Events related to use of the keyboard in aScreen
.Events related to use of the mouse in aScreen
.Utility methods related to screens.