Interface ScreenHandlerType.Factory<T extends ScreenHandler>

Enclosing class:
ScreenHandlerType<T extends ScreenHandler>

static interface ScreenHandlerType.Factory<T extends ScreenHandler>
Mappings:
Namespace Name
official bku$a
intermediary net/minecraft/class_3917$class_3918
named net/minecraft/screen/ScreenHandlerType$Factory
  • Method Summary

    Modifier and Type Method Description
    T create​(int syncId, PlayerInventory playerInventory)  
  • Method Details

    • create

      @Environment(CLIENT) T create​(int syncId, PlayerInventory playerInventory)
      Mappings:
      Namespace Name Mixin selector
      official create Lbku$a;create(ILbhk;)Lbjr;
      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;