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.

@FunctionalInterface public static interface MessageChain.Unpacker
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$b
intermediary net/minecraft/class_7610$class_7611
named net/minecraft/network/message/MessageChain$Unpacker