Uses of Interface
net.minecraft.network.message.SentMessage
Package
Description
-
Uses of SentMessage in net.minecraft.network.message
Modifier and TypeClassDescriptionstatic final record
The wrapper used for normal chat messages.static final record
The wrapper used for messages without associated source profile.Modifier and TypeMethodDescriptionstatic SentMessage
SentMessage.of
(SignedMessage message) Returns the wrappedmessage
. -
Uses of SentMessage in net.minecraft.server.command
Modifier and TypeMethodDescriptionvoid
ServerCommandSource.sendChatMessage
(SentMessage message, boolean filterMaskEnabled, MessageType.Parameters params) Sendsmessage
as a chat message to the command's executor, or to the server's log if the command is not executed by a player. -
Uses of SentMessage in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.sendChatMessage
(SentMessage message, boolean filterMaskEnabled, MessageType.Parameters params) Sends a chat message to the player.