Package net.minecraft.network.message
Interface SentMessage
- All Known Implementing Classes:
- SentMessage.Chat,- SentMessage.Profileless
public interface SentMessage
A class wrapping 
SignedMessage on the server to allow custom behavior for
 sending messages.- Mappings:
- Namespace - Name - official - tk- intermediary - net/minecraft/class_7604- named - net/minecraft/network/message/SentMessage
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final recordThe wrapper used for normal chat messages.static final recordThe wrapper used for messages without associated source profile.
- 
Method SummaryModifier and TypeMethodDescriptionstatic SentMessageof(SignedMessage message) Returns the wrappedmessage.voidsend(ServerPlayerEntity sender, boolean filterMaskEnabled, MessageType.Parameters params) 
- 
Method Details- 
getContentText getContent()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ltk;a()Lsw;- intermediary - comp_1081- Lnet/minecraft/class_7604;comp_1081()Lnet/minecraft/class_2561;- named - getContent- Lnet/minecraft/network/message/SentMessage;getContent()Lnet/minecraft/text/Text;
 
- 
send- Mappings:
- Namespace - Name - Mixin selector - official - a- Ltk;a(Laig;ZLss$a;)V- intermediary - method_45095- Lnet/minecraft/class_7604;method_45095(Lnet/minecraft/class_3222;ZLnet/minecraft/class_2556$class_7602;)V- named - send- Lnet/minecraft/network/message/SentMessage;send(Lnet/minecraft/server/network/ServerPlayerEntity;ZLnet/minecraft/network/message/MessageType$Parameters;)V
 
- 
ofReturns the wrappedmessage.- Returns:
- the wrapped message
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ltk;a(Ltl;)Ltk;- intermediary - method_44857- Lnet/minecraft/class_7604;method_44857(Lnet/minecraft/class_7471;)Lnet/minecraft/class_7604;- named - of- Lnet/minecraft/network/message/SentMessage;of(Lnet/minecraft/network/message/SignedMessage;)Lnet/minecraft/network/message/SentMessage;
 
 
-