CLASS net/minecraft/class_7450 net/minecraft/network/encryption/ArgumentSignatureDataMap COMMENT A record holding the salt and signatures for all signable arguments of an executed command. FIELD field_39185 MAX_ARGUMENT_NAME_LENGTH I METHOD (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD method_43745 empty ()Lnet/minecraft/class_7450; COMMENT {@return an empty signature data map that has no signed arguments} COMMENT COMMENT @apiNote This is used when there is no argument to sign, or when the signing fails. METHOD method_43746 collectArguments (Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/Map; COMMENT {@return the signable argument names and their values from {@code builder}} ARG 0 builder METHOD method_43747 resultToText (Lnet/minecraft/class_7451;Lcom/mojang/brigadier/context/ParsedArgument;)Lnet/minecraft/class_2561; ARG 0 type ARG 1 argument METHOD method_43748 get (Ljava/lang/String;)Lnet/minecraft/class_3515$class_7425; COMMENT {@return the signature data for {@code argumentName}, or {@code null} if the COMMENT argument name is not present in this signatures} ARG 1 argumentName METHOD method_43749 write (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD method_43750 (Lnet/minecraft/class_2540;Ljava/lang/String;)V ARG 0 buf ARG 1 argumentName METHOD method_43751 (Lnet/minecraft/class_2540;)Ljava/lang/String; ARG 0 buf2