Package net.minecraft.client.gui.screen
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$Factoryintermediary net/minecraft/class_408$class_11738official glg$a
-
Method Summary
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/client/gui/screen/ChatScreen$Factory;create(Ljava/lang/String;Z)Lnet/minecraft/client/gui/screen/ChatScreen;intermediary createLnet/minecraft/class_408$class_11738;create(Ljava/lang/String;Z)Lnet/minecraft/class_408;official createLglg$a;create(Ljava/lang/String;Z)Lglg;
-