Interface ScreenHandlerRegistry.SimpleClientHandlerFactory<T extends ScreenHandler>
- Type Parameters:
T
- the screen handler type
- Enclosing class:
ScreenHandlerRegistry
@Deprecated
public static interface ScreenHandlerRegistry.SimpleClientHandlerFactory<T extends ScreenHandler>
Deprecated.
A factory for screen handler instances.
This is typically used on the client but is also available on the server.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(int syncId, PlayerInventory inventory) Deprecated.Creates a new client-sided screen handler.
-
Method Details
-
create
Deprecated.Creates a new client-sided screen handler.- Parameters:
syncId
- the synchronization IDinventory
- the player inventory- Returns:
- the created screen handler
-
invalid reference