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