CLASS net/minecraft/class_7470 net/minecraft/network/encryption/ChatMessageSigner COMMENT A signer for chat messages that produces {@link ChatMessageSignature}. METHOD method_43864 sign (Ljava/security/Signature;Ljava/lang/String;)Lnet/minecraft/class_7469; COMMENT {@return the chat message signature obtained by signing {@code message} with {@code signature}} ARG 1 signature ARG 2 message METHOD method_43865 sign (Ljava/security/Signature;Lnet/minecraft/class_2561;)Lnet/minecraft/class_7469; COMMENT {@return the chat message signature obtained by signing {@code message} with {@code signature}} ARG 1 signature ARG 2 message METHOD method_43866 create (Ljava/util/UUID;)Lnet/minecraft/class_7470; COMMENT {@return a new signer instance} ARG 0 sender