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