Package net.minecraft.network.message
Class SentMessage.Profileless
java.lang.Object
net.minecraft.network.message.SentMessage.Profileless
- All Implemented Interfaces:
SentMessage
- Enclosing interface:
SentMessage
The wrapper used for messages without associated source profile.
- Mappings:
Namespace Name official sc$a
intermediary net/minecraft/class_7604$class_7606
named net/minecraft/network/message/SentMessage$Profileless
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.message.SentMessage
SentMessage.Chat, SentMessage.Profileless
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterPacketsSent
(PlayerManager playerManager) Called after sending the message to applicable clients.void
send
(ServerPlayerEntity sender, boolean filterMaskEnabled, MessageType.Parameters params)
-
Field Details
-
message
- Mappings:
Namespace Name Mixin selector official a
Lsc$a;a:Lsd;
intermediary field_39814
Lnet/minecraft/class_7604$class_7606;field_39814:Lnet/minecraft/class_7471;
named message
Lnet/minecraft/network/message/SentMessage$Profileless;message:Lnet/minecraft/network/message/SignedMessage;
-
-
Constructor Details
-
Profileless
- Mappings:
Namespace Name Mixin selector official <init>
Lsc$a;<init>(Lsd;)V
intermediary <init>
Lnet/minecraft/class_7604$class_7606;<init>(Lnet/minecraft/class_7471;)V
named <init>
Lnet/minecraft/network/message/SentMessage$Profileless;<init>(Lnet/minecraft/network/message/SignedMessage;)V
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceSentMessage
- Mappings:
Namespace Name Mixin selector official a
Lsc;a()Lrq;
intermediary method_45039
Lnet/minecraft/class_7604;method_45039()Lnet/minecraft/class_2561;
named getContent
Lnet/minecraft/network/message/SentMessage;getContent()Lnet/minecraft/text/Text;
-
send
public void send(ServerPlayerEntity sender, boolean filterMaskEnabled, MessageType.Parameters params) - Specified by:
send
in interfaceSentMessage
- Mappings:
Namespace Name Mixin selector official a
Lsc;a(Lagh;ZLrm$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
-
afterPacketsSent
Called after sending the message to applicable clients.- Specified by:
afterPacketsSent
in interfaceSentMessage
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lsc;a(Laiz;)V
intermediary method_44856
Lnet/minecraft/class_7604;method_44856(Lnet/minecraft/class_3324;)V
named afterPacketsSent
Lnet/minecraft/network/message/SentMessage;afterPacketsSent(Lnet/minecraft/server/PlayerManager;)V
-