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 rz$b
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.Entity, SentMessage.Profileless
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterPacketsSent
(PlayerManager playerManager) Called after sending the message to applicable clients.Returns the wrapped message.toPacket
(ServerPlayerEntity player, MessageType.Parameters params) Returns the chat message packet to be sent.
-
Field Details
-
message
- Mappings:
Namespace Name Mixin selector official a
Lrz$b;a:Lsa;
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>
Lrz$b;<init>(Lsa;)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
-
getWrappedMessage
Returns the wrapped message.- Specified by:
getWrappedMessage
in interfaceSentMessage
- Returns:
- the wrapped message
- Mappings:
Namespace Name Mixin selector official a
Lrz;a()Lsa;
intermediary method_44852
Lnet/minecraft/class_7604;method_44852()Lnet/minecraft/class_7471;
named getWrappedMessage
Lnet/minecraft/network/message/SentMessage;getWrappedMessage()Lnet/minecraft/network/message/SignedMessage;
-
toPacket
Returns the chat message packet to be sent.- Specified by:
toPacket
in interfaceSentMessage
- Returns:
- the chat message packet to be sent
- Mappings:
Namespace Name Mixin selector official a
Lrz;a(Lagd;Lrk$a;)Lvb;
intermediary method_44853
Lnet/minecraft/class_7604;method_44853(Lnet/minecraft/class_3222;Lnet/minecraft/class_2556$class_7602;)Lnet/minecraft/class_7438;
named toPacket
Lnet/minecraft/network/message/SentMessage;toPacket(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/network/message/MessageType$Parameters;)Lnet/minecraft/network/packet/s2c/play/ChatMessageS2CPacket;
-
afterPacketsSent
Called after sending the message to applicable clients.- Specified by:
afterPacketsSent
in interfaceSentMessage
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lrz;a(Laiv;)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
-