Package net.minecraft.screen
Interface ScreenHandlerType.Factory<T extends ScreenHandler>
- Enclosing class:
- ScreenHandlerType<T extends ScreenHandler>
private static interface ScreenHandlerType.Factory<T extends ScreenHandler>
A functional interface that creates a screen handler instance on the client.
 
Screen handlers usually have a constructor that can be used as an implementation.
 See the note on ScreenHandler.
- Mappings:
- Namespace - Name - official - cck$a- intermediary - net/minecraft/class_3917$class_3918- named - net/minecraft/screen/ScreenHandlerType$Factory
- 
Method Summary
- 
Method Details- 
create- Mappings:
- Namespace - Name - Mixin selector - official - create- Lcck$a;create(ILbyn;)Lcbf;- intermediary - create- Lnet/minecraft/class_3917$class_3918;create(ILnet/minecraft/class_1661;)Lnet/minecraft/class_1703;- named - create- Lnet/minecraft/screen/ScreenHandlerType$Factory;create(ILnet/minecraft/entity/player/PlayerInventory;)Lnet/minecraft/screen/ScreenHandler;
 
 
-