Package net.minecraft.network.chat
Interface OutgoingChatMessage
- All Known Implementing Classes:
 OutgoingChatMessage.Disguised,OutgoingChatMessage.Player
public interface OutgoingChatMessage
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record - 
Method Summary
Modifier and TypeMethodDescriptioncontent()static OutgoingChatMessagecreate(PlayerChatMessage p_249173_) voidsendToPlayer(ServerPlayer p_250979_, boolean p_249307_, ChatType.Bound p_252281_)  
- 
Method Details
- 
content
Component content() - 
sendToPlayer
 - 
create
 
 -