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 net.minecraft.client.gui.screen.Screen.

For general screen events see net.fabricmc.fabric.api.client.screen.v1.ScreenEvents.

For screen events related to the use of a mouse, see net.fabricmc.fabric.api.client.screen.v1.ScreenMouseEvents.

For screen events related to the use of a keyboard, see net.fabricmc.fabric.api.client.screen.v1.ScreenKeyboardEvents.

See also

Types

ScreenEvents
Link copied to clipboard
public final class ScreenEvents
Holds events related to Screens.
ScreenKeyboardEvents
Link copied to clipboard
public final class ScreenKeyboardEvents
Events related to use of the keyboard in a Screen.
ScreenMouseEvents
Link copied to clipboard
public final class ScreenMouseEvents
Events related to use of the mouse in a Screen.
Screens
Link copied to clipboard
public final class Screens
Utility methods related to screens.