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 message) voidsendToPlayer(ServerPlayer player, boolean filtered, ChatType.Bound chatType)
-
Method Details
-
content
Component content() -
sendToPlayer
-
create
-