See: Description
Interface | Description |
---|---|
ExtendedScreenHandlerFactory |
An extension of
NamedScreenHandlerFactory that can write additional data to a screen opening packet. |
ScreenHandlerRegistry.ExtendedClientHandlerFactory<T extends net.minecraft.screen.ScreenHandler> |
A factory for client-sided screen handler instances
with additional screen opening data.
|
ScreenHandlerRegistry.SimpleClientHandlerFactory<T extends net.minecraft.screen.ScreenHandler> |
A factory for client-sided screen handler instances.
|
Class | Description |
---|---|
ScreenHandlerRegistry |
An API for creating and registering screen handler types.
|