H
- the screen handler typeS
- the screen type@FunctionalInterface public static interface ScreenRegistry.Factory<H extends net.minecraft.screen.ScreenHandler,S extends net.minecraft.client.gui.screen.Screen & net.minecraft.client.gui.screen.ingame.ScreenHandlerProvider<H>>
Modifier and Type | Method and Description |
---|---|
S |
create(H handler,
net.minecraft.entity.player.PlayerInventory inventory,
net.minecraft.text.Text title)
Creates a new handled screen.
|