Interface ScreenHandlerRegistry.ExtendedClientHandlerFactory<T extends ScreenHandler>
- Type Parameters:
T
- the screen handler type
- All Superinterfaces:
ExtendedScreenHandlerType.ExtendedFactory<T>
- Enclosing class:
ScreenHandlerRegistry
@Deprecated
public static interface ScreenHandlerRegistry.ExtendedClientHandlerFactory<T extends ScreenHandler>
extends ExtendedScreenHandlerType.ExtendedFactory<T>
Deprecated.
A factory for screen handler instances
with additional screen opening data.
This is typically used on the client but is also available on the server.
- See Also:
-
Method Summary
Methods inherited from interface net.fabricmc.fabric.api.screenhandler.v1.ExtendedScreenHandlerType.ExtendedFactory
create
ExtendedScreenHandlerType.ExtendedFactory
.