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
signature when they receive a message. Unpacked messages can then be verified to check
the message chain's legitimacy.
Messages must be unpacked in the order of the message's reception, as it affects the resulting signed message.
- See Also:
- Mappings:
Namespace Name official tb$bintermediary net/minecraft/class_7610$class_7611named net/minecraft/network/message/MessageChain$Unpacker
-
Method Summary
Modifier and TypeMethodDescriptionunpack(@Nullable MessageSignatureData messageSignatureData, MessageBody messageBody) static MessageChain.Unpacker
-
Method Details
-
unsigned
-
unpack
SignedMessage unpack(@Nullable @Nullable MessageSignatureData messageSignatureData, MessageBody messageBody) throws MessageChain.class_7825 - Throws:
MessageChain.class_7825
-