mentionsMinecraft

internal fun mentionsMinecraft(buf: ByteArray, len: Int): Boolean

Whether buf's first len bytes mention Minecraft at all — a raw scan, no parse, to keep every MC-free class off the remap path. Constant-pool UTF8 leaves ASCII verbatim, so the prefix appears literally wherever a type reference does; a false positive (the text sitting in a string constant, or a reference to an MC class this table does not rename) only costs a rename pass that changes nothing.