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 classThe wrapper used for normal chat messages.static classThe wrapper used for messages sent from entities via/executecommand.static classThe wrapper used for messages without associated source profile.Methods in net.minecraft.network.message that return SentMessageModifier and TypeMethodDescriptionstatic SentMessageSentMessage.of(SignedMessage message, MessageSourceProfile profile) Returns the wrappedmessage.Methods in net.minecraft.network.message that return types with arguments of type SentMessageModifier and TypeMethodDescriptionstatic FilteredMessage<SentMessage>SentMessage.of(FilteredMessage<SignedMessage> message, MessageSourceProfile profile) Returns the wrappedmessage. -
Uses of SentMessage in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SentMessageModifier and TypeMethodDescriptionvoidServerCommandSource.sendChatMessage(SentMessage message, MessageType.Parameters params) Sendsmessageas the feedback 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 TypeMethodDescriptionvoidServerPlayerEntity.sendChatMessage(SentMessage message, MessageType.Parameters params) Sends a chat message to the player.