CLASS net/minecraft/class_7469 net/minecraft/network/message/MessageSignatureData COMMENT A message signature data that can be verified when given the header. FIELD comp_925 data [B FIELD field_39811 EMPTY Lnet/minecraft/class_7469; METHOD (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD comp_925 data ()[B METHOD equals (Ljava/lang/Object;)Z ARG 1 o METHOD method_44842 isEmpty ()Z METHOD method_44843 verify (Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;Lnet/minecraft/class_7608;)Z COMMENT {@return whether the signature data is verified} ARG 1 verifier COMMENT the verifier that is created with the sender's public key ARG 2 header ARG 3 body METHOD method_44844 verify (Lnet/minecraft/class_7500;Lnet/minecraft/class_7614;[B)Z COMMENT {@return whether the signature data is verified} ARG 1 verifier COMMENT the verifier that is created with the sender's public key ARG 2 header ARG 3 bodyDigest COMMENT the {@linkplain MessageBody#digest digest of the message body} METHOD method_44845 write (Lnet/minecraft/class_2540;)V ARG 1 buf METHOD method_44846 (Lnet/minecraft/class_7614;[BLnet/minecraft/class_7498$class_7499;)V ARG 2 updatable METHOD method_44848 (Lnet/minecraft/class_7614;[BLnet/minecraft/class_7498$class_7499;)V ARG 2 updatable METHOD method_44994 toByteBuffer ()Ljava/nio/ByteBuffer; COMMENT {@return the byte buffer containing the signature data, or {@code null} if this COMMENT signature data is empty}