Package net.minecraft.network.message
Interface MessageChain.Unpacker
- Enclosing class:
MessageChain
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Unpacker creates a signed message on the server with the server's preceding message
index when they receive a message. Unpacked messages can then be verified to check
the message chain's legitimacy.
- See Also:
- Mappings:
Namespace Name official ue$b
intermediary net/minecraft/class_7610$class_7611
named net/minecraft/network/message/MessageChain$Unpacker
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MessageChain.Unpacker
An unpacker used when the session is not initialized yet and the secure profile is enforced. -
Method Summary
Modifier and TypeMethodDescriptionunpack
(@Nullable MessageSignatureData signature, MessageBody body) static MessageChain.Unpacker
-
Field Details
-
NOT_INITIALIZED
An unpacker used when the session is not initialized yet and the secure profile is enforced. This always throws the missing profile key exception.- Mappings:
Namespace Name Mixin selector official a
Lue$b;a:Lue$b;
intermediary field_40848
Lnet/minecraft/class_7610$class_7611;field_40848:Lnet/minecraft/class_7610$class_7611;
named NOT_INITIALIZED
Lnet/minecraft/network/message/MessageChain$Unpacker;NOT_INITIALIZED:Lnet/minecraft/network/message/MessageChain$Unpacker;
-
-
Method Details
-
unsigned
- Mappings:
Namespace Name Mixin selector official unsigned
Lue$b;unsigned(Ljava/util/UUID;)Lue$b;
intermediary unsigned
Lnet/minecraft/class_7610$class_7611;unsigned(Ljava/util/UUID;)Lnet/minecraft/class_7610$class_7611;
named unsigned
Lnet/minecraft/network/message/MessageChain$Unpacker;unsigned(Ljava/util/UUID;)Lnet/minecraft/network/message/MessageChain$Unpacker;
-
unpack
SignedMessage unpack(@Nullable @Nullable MessageSignatureData signature, MessageBody body) throws MessageChain.MessageChainException - Throws:
MessageChain.MessageChainException
- Mappings:
Namespace Name Mixin selector official unpack
Lue$b;unpack(Ltw;Lud;)Lua;
intermediary unpack
Lnet/minecraft/class_7610$class_7611;unpack(Lnet/minecraft/class_7469;Lnet/minecraft/class_7608;)Lnet/minecraft/class_7471;
named unpack
Lnet/minecraft/network/message/MessageChain$Unpacker;unpack(Lnet/minecraft/network/message/MessageSignatureData;Lnet/minecraft/network/message/MessageBody;)Lnet/minecraft/network/message/SignedMessage;
-