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 pMessage) voidsendToPlayer(ServerPlayer pPlayer, boolean pFiltered, ChatType.Bound pBoundType)
-
Method Details
-
content
Component content() -
sendToPlayer
-
create
-