Interface ChatScreen.Factory<T extends ChatScreen>

Enclosing class:
ChatScreen
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 ChatScreen.Factory<T extends ChatScreen>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ChatScreen$Factory
intermediary net/minecraft/class_408$class_11738
official glg$a
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String string, boolean draft)
     
  • Method Details

    • create

      T create(String string, boolean draft)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/gui/screen/ChatScreen$Factory;create(Ljava/lang/String;Z)Lnet/minecraft/client/gui/screen/ChatScreen;
      intermediary create Lnet/minecraft/class_408$class_11738;create(Ljava/lang/String;Z)Lnet/minecraft/class_408;
      official create Lglg$a;create(Ljava/lang/String;Z)Lglg;