Interface ScreenHandlerRegistry.SimpleClientHandlerFactory<T extends net.minecraft.screen.ScreenHandler>
- Type Parameters:
T
- the screen handler type
- Enclosing class:
- ScreenHandlerRegistry
public static interface ScreenHandlerRegistry.SimpleClientHandlerFactory<T extends net.minecraft.screen.ScreenHandler>
A factory for client-sided screen handler instances.
-
Method Summary
-
Method Details
-
create
Creates a new client-sided screen handler.- Parameters:
syncId
- the synchronization IDinventory
- the player inventory- Returns:
- the created screen handler
-