Interface DialogScreens.Factory<T extends Dialog>

Enclosing class:
DialogScreens
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface DialogScreens.Factory<T extends Dialog>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/dialog/DialogScreens$Factory
intermediary net/minecraft/class_11474$class_11475
official gfl$a
  • Method Details

    • create

      DialogScreen<T> create(@Nullable @Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/gui/screen/dialog/DialogScreens$Factory;create(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/Dialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Lnet/minecraft/client/gui/screen/dialog/DialogScreen;
      intermediary create Lnet/minecraft/class_11474$class_11475;create(Lnet/minecraft/class_437;Lnet/minecraft/class_11419;Lnet/minecraft/class_11513;)Lnet/minecraft/class_11473;
      official create Lgfl$a;create(Lges;Lart;Lgfh;)Lgfk;