Uses of Interface
net.minecraft.network.message.SentMessage
Packages that use SentMessage
Package
Description
-
Uses of SentMessage in net.minecraft.network.message
Classes in net.minecraft.network.message that implement SentMessageModifier and TypeClassDescriptionstatic final record
The wrapper used for normal chat messages.static final record
The wrapper used for messages without associated source profile.Methods in net.minecraft.network.message that return SentMessageModifier and TypeMethodDescriptionstatic SentMessage
SentMessage.of
(SignedMessage message) Returns the wrappedmessage
. -
Uses of SentMessage in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SentMessageModifier 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
Methods in net.minecraft.server.network with parameters of type SentMessageModifier and TypeMethodDescriptionvoid
ServerPlayerEntity.sendChatMessage
(SentMessage message, boolean filterMaskEnabled, MessageType.Parameters params) Sends a chat message to the player.